Html Css Color HEX #C60CB5 Deep Magenta

📋 copy color: '#C60CB5'

red 198 ◦ green 12 ◦ blue 181

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

Shades of Deep Magenta #C60CB5

Tints of Deep Magenta #C60CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.29%

R = 50.64%
G = 3.07%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C60CB5 (or 0xC60CB5) is known color: Deep Magenta. HEX triplet: C6, 0C and B5. RGB value is (198,12,181). Sum of RGB (Red+Green+Blue) = 198+12+181=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C60CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CB5 is #39F34A. Grayscale: #565656. Windows color (decimal): -3797835 or 11865286. OLE color: 11865286.

HSL color Cylindrical-coordinate representation of color #C60CB5: hue angle of 305.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 12 181 -
CMYK 0 0.94 0.09 0.22
HSL 305.48º 0.89% 0.41% -
HSV(B) 305.48º 0.94% 0.78% -
XYZ 31.76 15.6 45.05 -
YUV 86.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 198 12 181 0 0.94 0.09 0.22 305.48 0.89 0.41
Hex C6 C B5 0 5E 9 16 131 59 29
Octal 306 14 265 0 136 11 26 461 131 51
Binary 11000110 1100 10110101 0 1011110 1001 10110 100110001 1011001 101001

Color Harmonies of #C60CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CB5

Black with #C60CB5

Text Example


Text Example

White with #C60CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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