Html Css Color HEX #C00CBE Deep Magenta

📋 copy color: '#C00CBE'

red 192 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #C00CBE

Tints of Deep Magenta #C00CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 48.73%
G = 3.05%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C00CBE (or 0xC00CBE) is known color: Deep Magenta. HEX triplet: C0, 0C and BE. RGB value is (192,12,190). Sum of RGB (Red+Green+Blue) = 192+12+190=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CBE is #3FF341. Grayscale: #555555. Windows color (decimal): -4191042 or 12455104. OLE color: 12455104.

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

Color convert

RGB 192 12 190 -
CMYK 0 0.94 0.01 0.25
HSL 300.67º 0.88% 0.4% -
HSV(B) 300.67º 0.94% 0.75% -
XYZ 31.16 15.19 50 -
YUV 86.11 186.63 203.53 -
System Red Green Blue C M Y K H S L
Decimal 192 12 190 0 0.94 0.01 0.25 300.67 0.88 0.4
Hex C0 C BE 0 5E 1 19 12D 58 28
Octal 300 14 276 0 136 1 31 455 130 50
Binary 11000000 1100 10111110 0 1011110 1 11001 100101101 1011000 101000

Color Harmonies of #C00CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CBE

Black with #C00CBE

Text Example


Text Example

White with #C00CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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