Html Css Color HEX #C00CBA Deep Magenta

📋 copy color: '#C00CBA'

red 192 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #C00CBA

Tints of Deep Magenta #C00CBA

RGB

 RED value IS 192 (75.39% from 255) = 49.23%

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

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

R = 49.23%
G = 3.08%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C00CBA (or 0xC00CBA) is known color: Deep Magenta. HEX triplet: C0, 0C and BA. RGB value is (192,12,186). Sum of RGB (Red+Green+Blue) = 192+12+186=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CBA is #3FF345. Grayscale: #555555. Windows color (decimal): -4191046 or 12192960. OLE color: 12192960.

HSL color Cylindrical-coordinate representation of color #C00CBA: hue angle of 302º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CBA is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 186 -
CMYK 0 0.94 0.03 0.25
HSL 302º 0.88% 0.4% -
HSV(B) 302º 0.94% 0.75% -
XYZ 30.73 15.01 47.73 -
YUV 85.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 192 12 186 0 0.94 0.03 0.25 302 0.88 0.4
Hex C0 C BA 0 5E 3 19 12E 58 28
Octal 300 14 272 0 136 3 31 456 130 50
Binary 11000000 1100 10111010 0 1011110 11 11001 100101110 1011000 101000

Color Harmonies of #C00CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CBA

Black with #C00CBA

Text Example


Text Example

White with #C00CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CBA; }

 p { color: rgb(192,12,186); }

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

background-color css

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

 a { background-color: rgb(192,12,186); }

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

border-color css

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

 span { border-color: rgb(192,12,186); }

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