Html Css Color HEX #C60CCE Deep Magenta

📋 copy color: '#C60CCE'

red 198 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #C60CCE

Tints of Deep Magenta #C60CCE

RGB

 RED value IS 198 (77.73% from 255) = 47.6%

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 47.6%
G = 2.88%
B = 49.52%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C60CCE (or 0xC60CCE) is known color: Deep Magenta. HEX triplet: C6, 0C and CE. RGB value is (198,12,206). Sum of RGB (Red+Green+Blue) = 198+12+206=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #C60CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CCE is #39F331. Grayscale: #595959. Windows color (decimal): -3797810 or 13503686. OLE color: 13503686.

HSL color Cylindrical-coordinate representation of color #C60CCE: hue angle of 297.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CCE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 12 206 -
CMYK 0.04 0.94 0 0.19
HSL 297.53º 0.89% 0.43% -
HSV(B) 297.53º 0.94% 0.81% -
XYZ 34.56 16.72 59.8 -
YUV 89.73 193.62 205.23 -
System Red Green Blue C M Y K H S L
Decimal 198 12 206 0.04 0.94 0 0.19 297.53 0.89 0.43
Hex C6 C CE 4 5E 0 13 12A 59 2B
Octal 306 14 316 4 136 0 23 452 131 53
Binary 11000110 1100 11001110 100 1011110 0 10011 100101010 1011001 101011

Color Harmonies of #C60CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CCE

Black with #C60CCE

Text Example


Text Example

White with #C60CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CCE; }

 p { color: rgb(198,12,206); }

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

background-color css

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

 a { background-color: rgb(198,12,206); }

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

border-color css

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

 span { border-color: rgb(198,12,206); }

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