Html Css Color HEX #C60CCB Deep Magenta

📋 copy color: '#C60CCB'

red 198 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #C60CCB

Tints of Deep Magenta #C60CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 47.94%
G = 2.91%
B = 49.15%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C60CCB (or 0xC60CCB) is known color: Deep Magenta. HEX triplet: C6, 0C and CB. RGB value is (198,12,203). Sum of RGB (Red+Green+Blue) = 198+12+203=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #C60CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CCB is #39F334. Grayscale: #585858. Windows color (decimal): -3797813 or 13307078. OLE color: 13307078.

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

Color convert

RGB 198 12 203 -
CMYK 0.02 0.94 0 0.20
HSL 298.43º 0.89% 0.42% -
HSV(B) 298.43º 0.94% 0.8% -
XYZ 34.2 16.58 57.9 -
YUV 89.39 192.12 205.47 -
System Red Green Blue C M Y K H S L
Decimal 198 12 203 0.02 0.94 0 0.20 298.43 0.89 0.42
Hex C6 C CB 2 5E 0 14 12A 59 2A
Octal 306 14 313 2 136 0 24 452 131 52
Binary 11000110 1100 11001011 10 1011110 0 10100 100101010 1011001 101010

Color Harmonies of #C60CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CCB

Black with #C60CCB

Text Example


Text Example

White with #C60CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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