#CD5FCA

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

Shades of Fuchsia #CD5FCA

Tints of Fuchsia #CD5FCA

Color information

#CD5FCA (or 0xCD5FCA) is unknown color: approx Fuchsia. HEX triplet: CD, 5F and CA. RGB value is (205,95,202). Sum of RGB (Red+Green+Blue) = 205+95+202=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FCA is #32A035. Grayscale: #8B8B8B. Windows color (decimal): -3317814 or 13262797. OLE color: 13262797.

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

Color convert

RGB20595202-
CMYK00.540.010.20
HSL301.64º52.38%58.82%-
HSV(B)301.64º53.66%80.39%-
XYZ39.9325.4358.68-
YUV140.09162.94174.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 95 (37.5% from 255) = 18.92%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=40.84%
G=18.92%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059520200.540.010.20301.6452.3858.82
HexCD5FCA03611412e343b
Octal3151373120661244566473
Binary110011011011111110010100110110110100100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FCA; }

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

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

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

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

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

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

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

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