Html Css Color HEX #C00CB4 Deep Magenta

📋 copy color: '#C00CB4'

red 192 ◦ green 12 ◦ blue 180

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

Shades of Deep Magenta #C00CB4

Tints of Deep Magenta #C00CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.88%

R = 50%
G = 3.13%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C00CB4 (or 0xC00CB4) is known color: Deep Magenta. HEX triplet: C0, 0C and B4. RGB value is (192,12,180). Sum of RGB (Red+Green+Blue) = 192+12+180=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CB4 is #3FF34B. Grayscale: #545454. Windows color (decimal): -4191052 or 11799744. OLE color: 11799744.

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

Color convert

RGB 192 12 180 -
CMYK 0 0.94 0.06 0.25
HSL 304º 0.88% 0.4% -
HSV(B) 304º 0.94% 0.75% -
XYZ 30.11 14.76 44.44 -
YUV 84.97 181.63 204.34 -
System Red Green Blue C M Y K H S L
Decimal 192 12 180 0 0.94 0.06 0.25 304 0.88 0.4
Hex C0 C B4 0 5E 6 19 130 58 28
Octal 300 14 264 0 136 6 31 460 130 50
Binary 11000000 1100 10110100 0 1011110 110 11001 100110000 1011000 101000

Color Harmonies of #C00CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CB4

Black with #C00CB4

Text Example


Text Example

White with #C00CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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