Html Css Color HEX #C013CC Deep Magenta

📋 copy color: '#C013CC'

red 192 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #C013CC

Tints of Deep Magenta #C013CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 46.27%
G = 4.58%
B = 49.16%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C013CC (or 0xC013CC) is known color: Deep Magenta. HEX triplet: C0, 13 and CC. RGB value is (192,19,204). Sum of RGB (Red+Green+Blue) = 192+19+204=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C013CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013CC is #3FEC33. Grayscale: #5B5B5B. Windows color (decimal): -4189236 or 13374400. OLE color: 13374400.

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

Color convert

RGB 192 19 204 -
CMYK 0.06 0.91 0 0.2
HSL 296.11º 0.83% 0.44% -
HSV(B) 296.11º 0.91% 0.8% -
XYZ 32.87 16.03 58.49 -
YUV 91.82 191.31 199.46 -
System Red Green Blue C M Y K H S L
Decimal 192 19 204 0.06 0.91 0 0.2 296.11 0.83 0.44
Hex C0 13 CC 6 5B 0 14 128 53 2C
Octal 300 23 314 6 133 0 24 450 123 54
Binary 11000000 10011 11001100 110 1011011 0 10100 100101000 1010011 101100

Color Harmonies of #C013CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013CC

Black with #C013CC

Text Example


Text Example

White with #C013CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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