Html Css Color HEX #C00CB1 Deep Magenta

📋 copy color: '#C00CB1'

red 192 ◦ green 12 ◦ blue 177

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

Shades of Deep Magenta #C00CB1

Tints of Deep Magenta #C00CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.46%

R = 50.39%
G = 3.15%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C00CB1 (or 0xC00CB1) is known color: Deep Magenta. HEX triplet: C0, 0C and B1. RGB value is (192,12,177). Sum of RGB (Red+Green+Blue) = 192+12+177=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CB1 is #3FF34E. Grayscale: #545454. Windows color (decimal): -4191055 or 11603136. OLE color: 11603136.

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

Color convert

RGB 192 12 177 -
CMYK 0 0.94 0.08 0.25
HSL 305º 0.88% 0.4% -
HSV(B) 305º 0.94% 0.75% -
XYZ 29.81 14.64 42.85 -
YUV 84.63 180.13 204.58 -
System Red Green Blue C M Y K H S L
Decimal 192 12 177 0 0.94 0.08 0.25 305 0.88 0.4
Hex C0 C B1 0 5E 8 19 131 58 28
Octal 300 14 261 0 136 10 31 461 130 50
Binary 11000000 1100 10110001 0 1011110 1000 11001 100110001 1011000 101000

Color Harmonies of #C00CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CB1

Black with #C00CB1

Text Example


Text Example

White with #C00CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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