#CD4BBB

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

Shades of Fuchsia #CD4BBB

Tints of Fuchsia #CD4BBB

Color information

#CD4BBB (or 0xCD4BBB) is unknown color: approx Fuchsia. HEX triplet: CD, 4B and BB. RGB value is (205,75,187). Sum of RGB (Red+Green+Blue) = 205+75+187=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4BBB is #32B444. Grayscale: #7E7E7E. Windows color (decimal): -3322949 or 12274637. OLE color: 12274637.

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

Color convert

RGB20575187-
CMYK00.630.090.20
HSL308.31º56.52%54.9%-
HSV(B)308.31º63.41%80.39%-
XYZ36.6621.649.25-
YUV126.64162.07183.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=43.90%
G=16.06%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057518700.630.090.20308.3156.5254.9
HexCD4BBB03F9141343937
Octal31511327307711244647167
Binary110011011001011101110110111111100110100100110100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4BBB; }

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

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

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

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

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

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

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

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