Html Css Color HEX #C013CD Deep Magenta

📋 copy color: '#C013CD'

red 192 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #C013CD

Tints of Deep Magenta #C013CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 46.15%
G = 4.57%
B = 49.28%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C013CD (or 0xC013CD) is known color: Deep Magenta. HEX triplet: C0, 13 and CD. RGB value is (192,19,205). Sum of RGB (Red+Green+Blue) = 192+19+205=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C013CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013CD is #3FEC32. Grayscale: #5B5B5B. Windows color (decimal): -4189235 or 13439936. OLE color: 13439936.

HSL color Cylindrical-coordinate representation of color #C013CD: hue angle of 295.81º 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 #C013CD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 19 205 -
CMYK 0.06 0.91 0 0.20
HSL 295.81º 0.83% 0.44% -
HSV(B) 295.81º 0.91% 0.8% -
XYZ 32.99 16.08 59.12 -
YUV 91.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 192 19 205 0.06 0.91 0 0.20 295.81 0.83 0.44
Hex C0 13 CD 6 5B 0 14 128 53 2C
Octal 300 23 315 6 133 0 24 450 123 54
Binary 11000000 10011 11001101 110 1011011 0 10100 100101000 1010011 101100

Color Harmonies of #C013CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013CD

Black with #C013CD

Text Example


Text Example

White with #C013CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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