Html Css Color HEX #C013CE Deep Magenta

📋 copy color: '#C013CE'

red 192 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #C013CE

Tints of Deep Magenta #C013CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 46.04%
G = 4.56%
B = 49.4%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C013CE (or 0xC013CE) is known color: Deep Magenta. HEX triplet: C0, 13 and CE. RGB value is (192,19,206). Sum of RGB (Red+Green+Blue) = 192+19+206=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #C013CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013CE is #3FEC31. Grayscale: #5B5B5B. Windows color (decimal): -4189234 or 13505472. OLE color: 13505472.

HSL color Cylindrical-coordinate representation of color #C013CE: hue angle of 295.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013CE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 19 206 -
CMYK 0.07 0.91 0 0.19
HSL 295.51º 0.83% 0.44% -
HSV(B) 295.51º 0.91% 0.81% -
XYZ 33.11 16.13 59.76 -
YUV 92.05 192.31 199.29 -
System Red Green Blue C M Y K H S L
Decimal 192 19 206 0.07 0.91 0 0.19 295.51 0.83 0.44
Hex C0 13 CE 7 5B 0 13 128 53 2C
Octal 300 23 316 7 133 0 23 450 123 54
Binary 11000000 10011 11001110 111 1011011 0 10011 100101000 1010011 101100

Color Harmonies of #C013CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013CE

Black with #C013CE

Text Example


Text Example

White with #C013CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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