#CD33D5

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

Shades of Fuchsia #CD33D5

Tints of Fuchsia #CD33D5

Color information

#CD33D5 (or 0xCD33D5) is unknown color: approx Fuchsia. HEX triplet: CD, 33 and D5. RGB value is (205,51,213). Sum of RGB (Red+Green+Blue) = 205+51+213=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD33D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33D5 is #32CC2A. Grayscale: #737373. Windows color (decimal): -3329067 or 13972429. OLE color: 13972429.

HSL color Cylindrical-coordinate representation of color #CD33D5: hue angle of 297.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD33D5 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20551213-
CMYK0.040.7600.16
HSL297.04º65.85%51.76%-
HSV(B)297.04º76.06%83.53%-
XYZ38.3720.1564.82-
YUV115.51183.02191.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 51 (20.31% from 255) = 10.87%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=43.71%
G=10.87%
B=45.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205512130.040.7600.16297.0465.8551.76
HexCD33D544C0101294234
Octal31563325411402045110264
Binary110011011100111101010110010011000100001001010011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33D5; }

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

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

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

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

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

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

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

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