Html Css Color HEX #C014E0 Deep Magenta

📋 copy color: '#C014E0'

red 192 ◦ green 20 ◦ blue 224

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

Shades of Deep Magenta #C014E0

Tints of Deep Magenta #C014E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.38%

R = 44.04%
G = 4.59%
B = 51.38%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C014E0 (or 0xC014E0) is known color: Deep Magenta. HEX triplet: C0, 14 and E0. RGB value is (192,20,224). Sum of RGB (Red+Green+Blue) = 192+20+224=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #C014E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014E0 is #3FEB1F. Grayscale: #5E5E5E. Windows color (decimal): -4188960 or 14685376. OLE color: 14685376.

HSL color Cylindrical-coordinate representation of color #C014E0: hue angle of 290.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014E0 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 20 224 -
CMYK 0.14 0.91 0 0.12
HSL 290.59º 0.84% 0.48% -
HSV(B) 290.59º 0.91% 0.88% -
XYZ 35.44 17.09 71.95 -
YUV 94.68 200.98 197.41 -
System Red Green Blue C M Y K H S L
Decimal 192 20 224 0.14 0.91 0 0.12 290.59 0.84 0.48
Hex C0 14 E0 E 5B 0 C 123 54 30
Octal 300 24 340 16 133 0 14 443 124 60
Binary 11000000 10100 11100000 1110 1011011 0 1100 100100011 1010100 110000

Color Harmonies of #C014E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014E0

Black with #C014E0

Text Example


Text Example

White with #C014E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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