Html Css Color HEX #C00BC2 Deep Magenta

📋 copy color: '#C00BC2'

red 192 ◦ green 11 ◦ blue 194

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

Shades of Deep Magenta #C00BC2

Tints of Deep Magenta #C00BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.87%

R = 48.36%
G = 2.77%
B = 48.87%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C00BC2 (or 0xC00BC2) is known color: Deep Magenta. HEX triplet: C0, 0B and C2. RGB value is (192,11,194). Sum of RGB (Red+Green+Blue) = 192+11+194=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #C00BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BC2 is #3FF43D. Grayscale: #555555. Windows color (decimal): -4191294 or 12716992. OLE color: 12716992.

HSL color Cylindrical-coordinate representation of color #C00BC2: hue angle of 299.34º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00BC2 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 11 194 -
CMYK 0.01 0.94 0 0.24
HSL 299.34º 0.89% 0.4% -
HSV(B) 299.34º 0.94% 0.76% -
XYZ 31.6 15.34 52.33 -
YUV 85.98 188.97 203.62 -
System Red Green Blue C M Y K H S L
Decimal 192 11 194 0.01 0.94 0 0.24 299.34 0.89 0.4
Hex C0 B C2 1 5E 0 18 12B 59 28
Octal 300 13 302 1 136 0 30 453 131 50
Binary 11000000 1011 11000010 1 1011110 0 11000 100101011 1011001 101000

Color Harmonies of #C00BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BC2

Black with #C00BC2

Text Example


Text Example

White with #C00BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BC2; }

 p { color: rgb(192,11,194); }

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

background-color css

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

 a { background-color: rgb(192,11,194); }

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

border-color css

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

 span { border-color: rgb(192,11,194); }

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