Html Css Color HEX #C014BE Deep Magenta

📋 copy color: '#C014BE'

red 192 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #C014BE

Tints of Deep Magenta #C014BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 47.76%
G = 4.98%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C014BE (or 0xC014BE) is known color: Deep Magenta. HEX triplet: C0, 14 and BE. RGB value is (192,20,190). Sum of RGB (Red+Green+Blue) = 192+20+190=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C014BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014BE is #3FEB41. Grayscale: #5A5A5A. Windows color (decimal): -4188994 or 12457152. OLE color: 12457152.

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

Color convert

RGB 192 20 190 -
CMYK 0 0.90 0.01 0.25
HSL 300.7º 0.81% 0.42% -
HSV(B) 300.7º 0.9% 0.75% -
XYZ 31.28 15.42 50.04 -
YUV 90.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 192 20 190 0 0.90 0.01 0.25 300.7 0.81 0.42
Hex C0 14 BE 0 5A 1 19 12D 51 2A
Octal 300 24 276 0 132 1 31 455 121 52
Binary 11000000 10100 10111110 0 1011010 1 11001 100101101 1010001 101010

Color Harmonies of #C014BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014BE

Black with #C014BE

Text Example


Text Example

White with #C014BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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