Html Css Color HEX #C013C6 Deep Magenta

📋 copy color: '#C013C6'

red 192 ◦ green 19 ◦ blue 198

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

Shades of Deep Magenta #C013C6

Tints of Deep Magenta #C013C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.41%

R = 46.94%
G = 4.65%
B = 48.41%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C013C6 (or 0xC013C6) is known color: Deep Magenta. HEX triplet: C0, 13 and C6. RGB value is (192,19,198). Sum of RGB (Red+Green+Blue) = 192+19+198=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #C013C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013C6 is #3FEC39. Grayscale: #5A5A5A. Windows color (decimal): -4189242 or 12981184. OLE color: 12981184.

HSL color Cylindrical-coordinate representation of color #C013C6: hue angle of 297.99º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013C6 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 19 198 -
CMYK 0.03 0.90 0 0.22
HSL 297.99º 0.82% 0.43% -
HSV(B) 297.99º 0.9% 0.78% -
XYZ 32.16 15.75 54.77 -
YUV 91.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 192 19 198 0.03 0.90 0 0.22 297.99 0.82 0.43
Hex C0 13 C6 3 5A 0 16 12A 52 2B
Octal 300 23 306 3 132 0 26 452 122 53
Binary 11000000 10011 11000110 11 1011010 0 10110 100101010 1010010 101011

Color Harmonies of #C013C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013C6

Black with #C013C6

Text Example


Text Example

White with #C013C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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