Html Css Color HEX #C014B5 Deep Magenta

📋 copy color: '#C014B5'

red 192 ◦ green 20 ◦ blue 181

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

Shades of Deep Magenta #C014B5

Tints of Deep Magenta #C014B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.06%

R = 48.85%
G = 5.09%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C014B5 (or 0xC014B5) is known color: Deep Magenta. HEX triplet: C0, 14 and B5. RGB value is (192,20,181). Sum of RGB (Red+Green+Blue) = 192+20+181=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C014B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014B5 is #3FEB4A. Grayscale: #595959. Windows color (decimal): -4189003 or 11867328. OLE color: 11867328.

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

Color convert

RGB 192 20 181 -
CMYK 0 0.90 0.06 0.25
HSL 303.84º 0.81% 0.42% -
HSV(B) 303.84º 0.9% 0.75% -
XYZ 30.33 15.04 45.02 -
YUV 89.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 192 20 181 0 0.90 0.06 0.25 303.84 0.81 0.42
Hex C0 14 B5 0 5A 6 19 130 51 2A
Octal 300 24 265 0 132 6 31 460 121 52
Binary 11000000 10100 10110101 0 1011010 110 11001 100110000 1010001 101010

Color Harmonies of #C014B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014B5

Black with #C014B5

Text Example


Text Example

White with #C014B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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