#CD33B3

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

Shades of Fuchsia #CD33B3

Tints of Fuchsia #CD33B3

Color information

#CD33B3 (or 0xCD33B3) is unknown color: approx Fuchsia. HEX triplet: CD, 33 and B3. RGB value is (205,51,179). Sum of RGB (Red+Green+Blue) = 205+51+179=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33B3 is #32CC4C. Grayscale: #6F6F6F. Windows color (decimal): -3329101 or 11744205. OLE color: 11744205.

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

Color convert

RGB20551179-
CMYK00.750.130.20
HSL310.13º60.63%50.2%-
HSV(B)310.13º75.12%80.39%-
XYZ34.518.644.42-
YUV111.64166.02194.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 51 (20.31% from 255) = 11.72%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=47.13%
G=11.72%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055117900.750.130.20310.1360.6350.2
HexCD33B304BD141363d32
Octal31563263011315244667562
Binary110011011100111011001101001011110110100100110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33B3; }

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

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

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

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

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

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

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

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