Html Css Color HEX #C013BB Deep Magenta

📋 copy color: '#C013BB'

red 192 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #C013BB

Tints of Deep Magenta #C013BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

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

R = 48.24%
G = 4.77%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C013BB (or 0xC013BB) is known color: Deep Magenta. HEX triplet: C0, 13 and BB. RGB value is (192,19,187). Sum of RGB (Red+Green+Blue) = 192+19+187=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C013BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013BB is #3FEC44. Grayscale: #595959. Windows color (decimal): -4189253 or 12260288. OLE color: 12260288.

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

Color convert

RGB 192 19 187 -
CMYK 0 0.90 0.03 0.25
HSL 301.73º 0.82% 0.41% -
HSV(B) 301.73º 0.9% 0.75% -
XYZ 30.94 15.26 48.33 -
YUV 89.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 192 19 187 0 0.90 0.03 0.25 301.73 0.82 0.41
Hex C0 13 BB 0 5A 3 19 12E 52 29
Octal 300 23 273 0 132 3 31 456 122 51
Binary 11000000 10011 10111011 0 1011010 11 11001 100101110 1010010 101001

Color Harmonies of #C013BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013BB

Black with #C013BB

Text Example


Text Example

White with #C013BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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