Html Css Color HEX #C60BBA Deep Magenta

📋 copy color: '#C60BBA'

red 198 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #C60BBA

Tints of Deep Magenta #C60BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 50.13%
G = 2.78%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C60BBA (or 0xC60BBA) is known color: Deep Magenta. HEX triplet: C6, 0B and BA. RGB value is (198,11,186). Sum of RGB (Red+Green+Blue) = 198+11+186=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BBA is #39F445. Grayscale: #565656. Windows color (decimal): -3798086 or 12192710. OLE color: 12192710.

HSL color Cylindrical-coordinate representation of color #C60BBA: hue angle of 303.85º 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 #C60BBA is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 11 186 -
CMYK 0 0.94 0.06 0.22
HSL 303.85º 0.89% 0.41% -
HSV(B) 303.85º 0.94% 0.78% -
XYZ 32.27 15.79 47.8 -
YUV 86.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 198 11 186 0 0.94 0.06 0.22 303.85 0.89 0.41
Hex C6 B BA 0 5E 6 16 130 59 29
Octal 306 13 272 0 136 6 26 460 131 51
Binary 11000110 1011 10111010 0 1011110 110 10110 100110000 1011001 101001

Color Harmonies of #C60BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BBA

Black with #C60BBA

Text Example


Text Example

White with #C60BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BBA; }

 p { color: rgb(198,11,186); }

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

background-color css

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

 a { background-color: rgb(198,11,186); }

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

border-color css

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

 span { border-color: rgb(198,11,186); }

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