#CD2CB6

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

Shades of Fuchsia #CD2CB6

Tints of Fuchsia #CD2CB6

Color information

#CD2CB6 (or 0xCD2CB6) is unknown color: approx Fuchsia. HEX triplet: CD, 2C and B6. RGB value is (205,44,182). Sum of RGB (Red+Green+Blue) = 205+44+182=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CB6 is #32D349. Grayscale: #6B6B6B. Windows color (decimal): -3330890 or 11939021. OLE color: 11939021.

HSL color Cylindrical-coordinate representation of color #CD2CB6: hue angle of 308.57º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2CB6 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB20544182-
CMYK00.790.110.20
HSL308.57º64.66%48.82%-
HSV(B)308.57º78.54%80.39%-
XYZ34.5218.1645.94-
YUV107.87169.84197.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 44 (17.58% from 255) = 10.21%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=47.56%
G=10.21%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054418200.790.110.20308.5764.6648.82
HexCD2CB604FB141354131
Octal315542660117132446510161
Binary1100110110110010110110010011111011101001001101011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2CB6; }

 p { color: rgb(205,44,182); }

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

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

 a { background-color: rgb(205,44,182); }

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

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

 span { border-color: rgb(205,44,182); }

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