Html Css Color HEX #C014CD Deep Magenta

📋 copy color: '#C014CD'

red 192 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #C014CD

Tints of Deep Magenta #C014CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 46.04%
G = 4.8%
B = 49.16%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C014CD (or 0xC014CD) is known color: Deep Magenta. HEX triplet: C0, 14 and CD. RGB value is (192,20,205). Sum of RGB (Red+Green+Blue) = 192+20+205=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #C014CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014CD is #3FEB32. Grayscale: #5B5B5B. Windows color (decimal): -4188979 or 13440192. OLE color: 13440192.

HSL color Cylindrical-coordinate representation of color #C014CD: hue angle of 295.78º 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 #C014CD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 20 205 -
CMYK 0.06 0.90 0 0.20
HSL 295.78º 0.82% 0.44% -
HSV(B) 295.78º 0.9% 0.8% -
XYZ 33.01 16.11 59.13 -
YUV 92.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 192 20 205 0.06 0.90 0 0.20 295.78 0.82 0.44
Hex C0 14 CD 6 5A 0 14 128 52 2C
Octal 300 24 315 6 132 0 24 450 122 54
Binary 11000000 10100 11001101 110 1011010 0 10100 100101000 1010010 101100

Color Harmonies of #C014CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014CD

Black with #C014CD

Text Example


Text Example

White with #C014CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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