Html Css Color HEX #C60CCA Deep Magenta

📋 copy color: '#C60CCA'

red 198 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #C60CCA

Tints of Deep Magenta #C60CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 48.06%
G = 2.91%
B = 49.03%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C60CCA (or 0xC60CCA) is known color: Deep Magenta. HEX triplet: C6, 0C and CA. RGB value is (198,12,202). Sum of RGB (Red+Green+Blue) = 198+12+202=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C60CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CCA is #39F335. Grayscale: #585858. Windows color (decimal): -3797814 or 13241542. OLE color: 13241542.

HSL color Cylindrical-coordinate representation of color #C60CCA: hue angle of 298.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CCA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 12 202 -
CMYK 0.02 0.94 0 0.21
HSL 298.74º 0.89% 0.42% -
HSV(B) 298.74º 0.94% 0.79% -
XYZ 34.08 16.53 57.27 -
YUV 89.27 191.62 205.55 -
System Red Green Blue C M Y K H S L
Decimal 198 12 202 0.02 0.94 0 0.21 298.74 0.89 0.42
Hex C6 C CA 2 5E 0 15 12B 59 2A
Octal 306 14 312 2 136 0 25 453 131 52
Binary 11000110 1100 11001010 10 1011110 0 10101 100101011 1011001 101010

Color Harmonies of #C60CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CCA

Black with #C60CCA

Text Example


Text Example

White with #C60CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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