Html Css Color HEX #C014BD Deep Magenta

📋 copy color: '#C014BD'

red 192 ◦ green 20 ◦ blue 189

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

Shades of Deep Magenta #C014BD

Tints of Deep Magenta #C014BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 47.88%
G = 4.99%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C014BD (or 0xC014BD) is known color: Deep Magenta. HEX triplet: C0, 14 and BD. RGB value is (192,20,189). Sum of RGB (Red+Green+Blue) = 192+20+189=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C014BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014BD is #3FEB42. Grayscale: #5A5A5A. Windows color (decimal): -4188995 or 12391616. OLE color: 12391616.

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

Color convert

RGB 192 20 189 -
CMYK 0 0.90 0.02 0.25
HSL 301.05º 0.81% 0.42% -
HSV(B) 301.05º 0.9% 0.75% -
XYZ 31.17 15.38 49.47 -
YUV 90.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 192 20 189 0 0.90 0.02 0.25 301.05 0.81 0.42
Hex C0 14 BD 0 5A 2 19 12D 51 2A
Octal 300 24 275 0 132 2 31 455 121 52
Binary 11000000 10100 10111101 0 1011010 10 11001 100101101 1010001 101010

Color Harmonies of #C014BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014BD

Black with #C014BD

Text Example


Text Example

White with #C014BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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