Html Css Color HEX #C014CA Deep Magenta

📋 copy color: '#C014CA'

red 192 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #C014CA

Tints of Deep Magenta #C014CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 46.38%
G = 4.83%
B = 48.79%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C014CA (or 0xC014CA) is known color: Deep Magenta. HEX triplet: C0, 14 and CA. RGB value is (192,20,202). Sum of RGB (Red+Green+Blue) = 192+20+202=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #C014CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014CA is #3FEB35. Grayscale: #5B5B5B. Windows color (decimal): -4188982 or 13243584. OLE color: 13243584.

HSL color Cylindrical-coordinate representation of color #C014CA: hue angle of 296.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014CA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 20 202 -
CMYK 0.05 0.90 0 0.21
HSL 296.7º 0.82% 0.44% -
HSV(B) 296.7º 0.9% 0.79% -
XYZ 32.65 15.97 57.24 -
YUV 92.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 192 20 202 0.05 0.90 0 0.21 296.7 0.82 0.44
Hex C0 14 CA 5 5A 0 15 129 52 2C
Octal 300 24 312 5 132 0 25 451 122 54
Binary 11000000 10100 11001010 101 1011010 0 10101 100101001 1010010 101100

Color Harmonies of #C014CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014CA

Black with #C014CA

Text Example


Text Example

White with #C014CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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