#CD35BB

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

Shades of Fuchsia #CD35BB

Tints of Fuchsia #CD35BB

Color information

#CD35BB (or 0xCD35BB) is unknown color: approx Fuchsia. HEX triplet: CD, 35 and BB. RGB value is (205,53,187). Sum of RGB (Red+Green+Blue) = 205+53+187=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD35BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD35BB is #32CA44. Grayscale: #717171. Windows color (decimal): -3328581 or 12269005. OLE color: 12269005.

HSL color Cylindrical-coordinate representation of color #CD35BB: hue angle of 307.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD35BB is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20553187-
CMYK00.740.090.20
HSL307.11º60.32%50.59%-
HSV(B)307.11º74.15%80.39%-
XYZ35.4219.1148.84-
YUV113.72169.36193.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 53 (21.09% from 255) = 11.91%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=46.07%
G=11.91%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055318700.740.090.20307.1160.3250.59
HexCD35BB04A9141333c33
Octal31565273011211244637463
Binary110011011101011011101101001010100110100100110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35BB; }

 p { color: rgb(205,53,187); }

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

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

 a { background-color: rgb(205,53,187); }

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

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

 span { border-color: rgb(205,53,187); }

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