Html Css Color HEX #C013DA Deep Magenta

📋 copy color: '#C013DA'

red 192 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #C013DA

Tints of Deep Magenta #C013DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 44.76%
G = 4.43%
B = 50.82%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C013DA (or 0xC013DA) is known color: Deep Magenta. HEX triplet: C0, 13 and DA. RGB value is (192,19,218). Sum of RGB (Red+Green+Blue) = 192+19+218=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #C013DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013DA is #3FEC25. Grayscale: #5C5C5C. Windows color (decimal): -4189222 or 14291904. OLE color: 14291904.

HSL color Cylindrical-coordinate representation of color #C013DA: hue angle of 292.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013DA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 19 218 -
CMYK 0.12 0.91 0 0.15
HSL 292.16º 0.84% 0.46% -
HSV(B) 292.16º 0.91% 0.85% -
XYZ 34.63 16.73 67.73 -
YUV 93.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 192 19 218 0.12 0.91 0 0.15 292.16 0.84 0.46
Hex C0 13 DA C 5B 0 F 124 54 2E
Octal 300 23 332 14 133 0 17 444 124 56
Binary 11000000 10011 11011010 1100 1011011 0 1111 100100100 1010100 101110

Color Harmonies of #C013DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013DA

Black with #C013DA

Text Example


Text Example

White with #C013DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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