#CD44C2

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

Shades of Fuchsia #CD44C2

Tints of Fuchsia #CD44C2

Color information

#CD44C2 (or 0xCD44C2) is unknown color: approx Fuchsia. HEX triplet: CD, 44 and C2. RGB value is (205,68,194). Sum of RGB (Red+Green+Blue) = 205+68+194=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44C2 is #32BB3D. Grayscale: #7A7A7A. Windows color (decimal): -3324734 or 12731597. OLE color: 12731597.

HSL color Cylindrical-coordinate representation of color #CD44C2: hue angle of 304.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD44C2 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20568194-
CMYK00.670.050.20
HSL304.82º57.81%53.53%-
HSV(B)304.82º66.83%80.39%-
XYZ36.9821.0153.14-
YUV123.33167.89186.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=43.90%
G=14.56%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056819400.670.050.20304.8257.8153.53
HexCD44C20435141313a36
Octal31510430201035244617266
Binary110011011000100110000100100001110110100100110001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD44C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD44C2; }

 p { color: rgb(205,68,194); }

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

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

 a { background-color: rgb(205,68,194); }

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

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

 span { border-color: rgb(205,68,194); }

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