Html Css Color HEX #C013CA Deep Magenta

📋 copy color: '#C013CA'

red 192 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #C013CA

Tints of Deep Magenta #C013CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 46.49%
G = 4.6%
B = 48.91%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C013CA (or 0xC013CA) is known color: Deep Magenta. HEX triplet: C0, 13 and CA. RGB value is (192,19,202). Sum of RGB (Red+Green+Blue) = 192+19+202=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #C013CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013CA is #3FEC35. Grayscale: #5B5B5B. Windows color (decimal): -4189238 or 13243328. OLE color: 13243328.

HSL color Cylindrical-coordinate representation of color #C013CA: hue angle of 296.72º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013CA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 19 202 -
CMYK 0.05 0.91 0 0.21
HSL 296.72º 0.83% 0.43% -
HSV(B) 296.72º 0.91% 0.79% -
XYZ 32.63 15.94 57.23 -
YUV 91.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 192 19 202 0.05 0.91 0 0.21 296.72 0.83 0.43
Hex C0 13 CA 5 5B 0 15 129 53 2B
Octal 300 23 312 5 133 0 25 451 123 53
Binary 11000000 10011 11001010 101 1011011 0 10101 100101001 1010011 101011

Color Harmonies of #C013CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013CA

Black with #C013CA

Text Example


Text Example

White with #C013CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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