Html Css Color HEX #C012BB Deep Magenta

📋 copy color: '#C012BB'

red 192 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #C012BB

Tints of Deep Magenta #C012BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 48.36%
G = 4.53%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C012BB (or 0xC012BB) is known color: Deep Magenta. HEX triplet: C0, 12 and BB. RGB value is (192,18,187). Sum of RGB (Red+Green+Blue) = 192+18+187=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C012BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012BB is #3FED44. Grayscale: #585858. Windows color (decimal): -4189509 or 12260032. OLE color: 12260032.

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

Color convert

RGB 192 18 187 -
CMYK 0 0.91 0.03 0.25
HSL 301.72º 0.83% 0.41% -
HSV(B) 301.72º 0.91% 0.75% -
XYZ 30.92 15.23 48.32 -
YUV 89.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 192 18 187 0 0.91 0.03 0.25 301.72 0.83 0.41
Hex C0 12 BB 0 5B 3 19 12E 53 29
Octal 300 22 273 0 133 3 31 456 123 51
Binary 11000000 10010 10111011 0 1011011 11 11001 100101110 1010011 101001

Color Harmonies of #C012BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012BB

Black with #C012BB

Text Example


Text Example

White with #C012BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012BB; }

 p { color: rgb(192,18,187); }

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

background-color css

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

 a { background-color: rgb(192,18,187); }

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

border-color css

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

 span { border-color: rgb(192,18,187); }

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