Html Css Color HEX #C013B3 Deep Magenta

📋 copy color: '#C013B3'

red 192 ◦ green 19 ◦ blue 179

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

Shades of Deep Magenta #C013B3

Tints of Deep Magenta #C013B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 49.23%
G = 4.87%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C013B3 (or 0xC013B3) is known color: Deep Magenta. HEX triplet: C0, 13 and B3. RGB value is (192,19,179). Sum of RGB (Red+Green+Blue) = 192+19+179=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C013B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013B3 is #3FEC4C. Grayscale: #585858. Windows color (decimal): -4189261 or 11736000. OLE color: 11736000.

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

Color convert

RGB 192 19 179 -
CMYK 0 0.90 0.07 0.25
HSL 304.51º 0.82% 0.41% -
HSV(B) 304.51º 0.9% 0.75% -
XYZ 30.11 14.93 43.94 -
YUV 88.97 178.81 201.49 -
System Red Green Blue C M Y K H S L
Decimal 192 19 179 0 0.90 0.07 0.25 304.51 0.82 0.41
Hex C0 13 B3 0 5A 7 19 131 52 29
Octal 300 23 263 0 132 7 31 461 122 51
Binary 11000000 10011 10110011 0 1011010 111 11001 100110001 1010010 101001

Color Harmonies of #C013B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013B3

Black with #C013B3

Text Example


Text Example

White with #C013B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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