#CD33B5

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

Shades of Fuchsia #CD33B5

Tints of Fuchsia #CD33B5

Color information

#CD33B5 (or 0xCD33B5) is unknown color: approx Fuchsia. HEX triplet: CD, 33 and B5. RGB value is (205,51,181). Sum of RGB (Red+Green+Blue) = 205+51+181=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33B5 is #32CC4A. Grayscale: #6F6F6F. Windows color (decimal): -3329099 or 11875277. OLE color: 11875277.

HSL color Cylindrical-coordinate representation of color #CD33B5: hue angle of 309.35º 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 #CD33B5 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB20551181-
CMYK00.750.120.20
HSL309.35º60.63%50.2%-
HSV(B)309.35º75.12%80.39%-
XYZ34.718.6845.49-
YUV111.87167.02194.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=46.91%
G=11.67%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055118100.750.120.20309.3560.6350.2
HexCD33B504BC141353d32
Octal31563265011314244657562
Binary110011011100111011010101001011110010100100110101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33B5; }

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

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

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

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

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

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

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

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