#CD33C1

Color #CD33C1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CD33C1

Tints of Fuchsia #CD33C1

Color information

#CD33C1 (or 0xCD33C1) is unknown color: approx Fuchsia. HEX triplet: CD, 33 and C1. RGB value is (205,51,193). Sum of RGB (Red+Green+Blue) = 205+51+193=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33C1 is #32CC3E. Grayscale: #707070. Windows color (decimal): -3329087 or 12661709. OLE color: 12661709.

HSL color Cylindrical-coordinate representation of color #CD33C1: hue angle of 304.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD33C1 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20551193-
CMYK00.750.060.20
HSL304.68º60.63%50.2%-
HSV(B)304.68º75.12%80.39%-
XYZ35.9919.252.26-
YUV113.23173.02193.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 51 (20.31% from 255) = 11.36%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=45.66%
G=11.36%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055119300.750.060.20304.6860.6350.2
HexCD33C104B6141313d32
Octal3156330101136244617562
Binary11001101110011110000010100101111010100100110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33C1; }

 p { color: rgb(205,51,193); }

 H1.HeaderClassName
 {
   color: #CD33C1;
 }
 .AnyTagClassName
 {
   color: #CD33C1;
 }
</style>
background-color css

<style>
 a { background-color: #CD33C1; }

 a { background-color: rgb(205,51,193); }

 div.DivClassName
 {
   background-color: #CD33C1;
 }
 .BgClassName
 {
   background-color: #CD33C1;
 }
</style>
border-color css

<style>
 span { border-color: #CD33C1; }

 span { border-color: rgb(205,51,193); }

 td.TdClassName
 {
   border-color: #CD33C1;
 }
 .TagClassName
 {
   border-color: #CD33C1;
 }
</style>