Html Css Color HEX #CD60C9 Fuchsia

📋 copy color: '#CD60C9'

red 205 ◦ green 96 ◦ blue 201

#CD60C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CD60C9

Tints of Fuchsia #CD60C9

RGB

 RED value IS 205 (80.47% from 255) = 40.84%

 GREEN value IS 96 (37.89% from 255) = 19.12%

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 40.84%
G = 19.12%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD60C9 (or 0xCD60C9) is known color: Fuchsia. HEX triplet: CD, 60 and C9. RGB value is (205,96,201). Sum of RGB (Red+Green+Blue) = 205+96+201=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60C9 is #329F36. Grayscale: #8C8C8C. Windows color (decimal): -3317559 or 13197517. OLE color: 13197517.

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

Color convert

RGB 205 96 201 -
CMYK 0 0.53 0.02 0.20
HSL 302.2º 0.52% 0.59% -
HSV(B) 302.2º 0.53% 0.8% -
XYZ 39.9 25.56 58.09 -
YUV 140.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 205 96 201 0 0.53 0.02 0.20 302.2 0.52 0.59
Hex CD 60 C9 0 35 2 14 12E 34 3B
Octal 315 140 311 0 65 2 24 456 64 73
Binary 11001101 1100000 11001001 0 110101 10 10100 100101110 110100 111011

Color Harmonies of #CD60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD60C9

Black with #CD60C9

Text Example


Text Example

White with #CD60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD60C9; }

 p { color: rgb(205,96,201); }

 H1.HeaderClassName
 {
   color: #CD60C9;
 }
 .AnyTagClassName
 {
   color: #CD60C9;
 }
</style>

background-color css

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

 a { background-color: rgb(205,96,201); }

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

border-color css

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

 span { border-color: rgb(205,96,201); }

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