Html Css Color HEX #C014C3 Deep Magenta

📋 copy color: '#C014C3'

red 192 ◦ green 20 ◦ blue 195

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

Shades of Deep Magenta #C014C3

Tints of Deep Magenta #C014C3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.91%

 BLUE value IS 195 (76.56% from 255) = 47.91%

R = 47.17%
G = 4.91%
B = 47.91%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C014C3 (or 0xC014C3) is known color: Deep Magenta. HEX triplet: C0, 14 and C3. RGB value is (192,20,195). Sum of RGB (Red+Green+Blue) = 192+20+195=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #C014C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014C3 is #3FEB3C. Grayscale: #5A5A5A. Windows color (decimal): -4188989 or 12784832. OLE color: 12784832.

HSL color Cylindrical-coordinate representation of color #C014C3: hue angle of 298.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014C3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 20 195 -
CMYK 0.02 0.90 0 0.24
HSL 298.97º 0.81% 0.42% -
HSV(B) 298.97º 0.9% 0.76% -
XYZ 31.84 15.65 52.97 -
YUV 91.38 186.48 199.77 -
System Red Green Blue C M Y K H S L
Decimal 192 20 195 0.02 0.90 0 0.24 298.97 0.81 0.42
Hex C0 14 C3 2 5A 0 18 12B 51 2A
Octal 300 24 303 2 132 0 30 453 121 52
Binary 11000000 10100 11000011 10 1011010 0 11000 100101011 1010001 101010

Color Harmonies of #C014C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014C3

Black with #C014C3

Text Example


Text Example

White with #C014C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014C3; }

 p { color: rgb(192,20,195); }

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

background-color css

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

 a { background-color: rgb(192,20,195); }

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

border-color css

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

 span { border-color: rgb(192,20,195); }

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