#CD32B3

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

Shades of Fuchsia #CD32B3

Tints of Fuchsia #CD32B3

Color information

#CD32B3 (or 0xCD32B3) is unknown color: approx Fuchsia. HEX triplet: CD, 32 and B3. RGB value is (205,50,179). Sum of RGB (Red+Green+Blue) = 205+50+179=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32B3 is #32CD4C. Grayscale: #6E6E6E. Windows color (decimal): -3329357 or 11743949. OLE color: 11743949.

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

Color convert

RGB20550179-
CMYK00.760.130.20
HSL310.06º60.78%50%-
HSV(B)310.06º75.61%80.39%-
XYZ34.4518.5244.41-
YUV111.05166.35195.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 50 (19.92% from 255) = 11.52%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=47.24%
G=11.52%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055017900.760.130.20310.0660.7850
HexCD32B304CD141363d32
Octal31562263011415244667562
Binary110011011100101011001101001100110110100100110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD32B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD32B3; }

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

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

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

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

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

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

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

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