#CD44CA

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

Shades of Fuchsia #CD44CA

Tints of Fuchsia #CD44CA

Color information

#CD44CA (or 0xCD44CA) is unknown color: approx Fuchsia. HEX triplet: CD, 44 and CA. RGB value is (205,68,202). Sum of RGB (Red+Green+Blue) = 205+68+202=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44CA is #32BB35. Grayscale: #7B7B7B. Windows color (decimal): -3324726 or 13255885. OLE color: 13255885.

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

Color convert

RGB20568202-
CMYK00.670.010.20
HSL301.31º57.81%53.53%-
HSV(B)301.31º66.83%80.39%-
XYZ37.921.3858.01-
YUV124.24171.89185.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 68 (26.95% from 255) = 14.32%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=43.16%
G=14.32%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056820200.670.010.20301.3157.8153.53
HexCD44CA04311412d3a36
Octal31510431201031244557266
Binary1100110110001001100101001000011110100100101101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD44CA; }

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

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

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

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

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

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

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

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