Html Css Color HEX #C014CC Deep Magenta

📋 copy color: '#C014CC'

red 192 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #C014CC

Tints of Deep Magenta #C014CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 46.15%
G = 4.81%
B = 49.04%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C014CC (or 0xC014CC) is known color: Deep Magenta. HEX triplet: C0, 14 and CC. RGB value is (192,20,204). Sum of RGB (Red+Green+Blue) = 192+20+204=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C014CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014CC is #3FEB33. Grayscale: #5B5B5B. Windows color (decimal): -4188980 or 13374656. OLE color: 13374656.

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

Color convert

RGB 192 20 204 -
CMYK 0.06 0.90 0 0.2
HSL 296.09º 0.82% 0.44% -
HSV(B) 296.09º 0.9% 0.8% -
XYZ 32.89 16.07 58.49 -
YUV 92.4 190.98 199.04 -
System Red Green Blue C M Y K H S L
Decimal 192 20 204 0.06 0.90 0 0.2 296.09 0.82 0.44
Hex C0 14 CC 6 5A 0 14 128 52 2C
Octal 300 24 314 6 132 0 24 450 122 54
Binary 11000000 10100 11001100 110 1011010 0 10100 100101000 1010010 101100

Color Harmonies of #C014CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014CC

Black with #C014CC

Text Example


Text Example

White with #C014CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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