Html Css Color HEX #CD60C5 Fuchsia

📋 copy color: '#CD60C5'

red 205 ◦ green 96 ◦ blue 197

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

Shades of Fuchsia #CD60C5

Tints of Fuchsia #CD60C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.56%

R = 41.16%
G = 19.28%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD60C5 (or 0xCD60C5) is known color: Fuchsia. HEX triplet: CD, 60 and C5. RGB value is (205,96,197). Sum of RGB (Red+Green+Blue) = 205+96+197=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60C5 is #329F3A. Grayscale: #8B8B8B. Windows color (decimal): -3317563 or 12935373. OLE color: 12935373.

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

Color convert

RGB 205 96 197 -
CMYK 0 0.53 0.04 0.20
HSL 304.4º 0.52% 0.59% -
HSV(B) 304.4º 0.53% 0.8% -
XYZ 39.44 25.38 55.64 -
YUV 140.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 205 96 197 0 0.53 0.04 0.20 304.4 0.52 0.59
Hex CD 60 C5 0 35 4 14 130 34 3B
Octal 315 140 305 0 65 4 24 460 64 73
Binary 11001101 1100000 11000101 0 110101 100 10100 100110000 110100 111011

Color Harmonies of #CD60C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD60C5

Black with #CD60C5

Text Example


Text Example

White with #CD60C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD60C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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