#CD61CA

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

Shades of Fuchsia #CD61CA

Tints of Fuchsia #CD61CA

Color information

#CD61CA (or 0xCD61CA) is unknown color: approx Fuchsia. HEX triplet: CD, 61 and CA. RGB value is (205,97,202). Sum of RGB (Red+Green+Blue) = 205+97+202=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61CA is #329E35. Grayscale: #8C8C8C. Windows color (decimal): -3317302 or 13263309. OLE color: 13263309.

HSL color Cylindrical-coordinate representation of color #CD61CA: hue angle of 301.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD61CA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB20597202-
CMYK00.530.010.20
HSL301.67º51.92%59.22%-
HSV(B)301.67º52.68%80.39%-
XYZ40.1125.7958.74-
YUV141.26162.28173.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=40.67%
G=19.25%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059720200.530.010.20301.6751.9259.22
HexCD61CA03511412e343b
Octal3151413120651244566473
Binary110011011100001110010100110101110100100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61CA; }

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

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

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

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

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

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

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

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