#CD44C3

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

Shades of Fuchsia #CD44C3

Tints of Fuchsia #CD44C3

Color information

#CD44C3 (or 0xCD44C3) is unknown color: approx Fuchsia. HEX triplet: CD, 44 and C3. RGB value is (205,68,195). Sum of RGB (Red+Green+Blue) = 205+68+195=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD44C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44C3 is #32BB3C. Grayscale: #7B7B7B. Windows color (decimal): -3324733 or 12797133. OLE color: 12797133.

HSL color Cylindrical-coordinate representation of color #CD44C3: hue angle of 304.38º 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 #CD44C3 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20568195-
CMYK00.670.050.20
HSL304.38º57.81%53.53%-
HSV(B)304.38º66.83%80.39%-
XYZ37.0921.0553.74-
YUV123.44168.39186.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 68 (26.95% from 255) = 14.53%
BLUE value IS 195 (76.56% from 255) = 41.67%
R=43.80%
G=14.53%
B=41.67%

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
Decimal2056819500.670.050.20304.3857.8153.53
HexCD44C30435141303a36
Octal31510430301035244607266
Binary110011011000100110000110100001110110100100110000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD44C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD44C3; }

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

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

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

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

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

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

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

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