Html Css Color HEX #C514BD Deep Magenta

📋 copy color: '#C514BD'

red 197 ◦ green 20 ◦ blue 189

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

Shades of Deep Magenta #C514BD

Tints of Deep Magenta #C514BD

RGB

 RED value IS 197 (77.34% from 255) = 48.52%

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

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

R = 48.52%
G = 4.93%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C514BD (or 0xC514BD) is known color: Deep Magenta. HEX triplet: C5, 14 and BD. RGB value is (197,20,189). Sum of RGB (Red+Green+Blue) = 197+20+189=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C514BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514BD is #3AEB42. Grayscale: #5B5B5B. Windows color (decimal): -3861315 or 12391621. OLE color: 12391621.

HSL color Cylindrical-coordinate representation of color #C514BD: hue angle of 302.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514BD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 189 -
CMYK 0 0.90 0.04 0.23
HSL 302.71º 0.82% 0.43% -
HSV(B) 302.71º 0.9% 0.77% -
XYZ 32.46 16.04 49.53 -
YUV 92.19 182.64 202.76 -
System Red Green Blue C M Y K H S L
Decimal 197 20 189 0 0.90 0.04 0.23 302.71 0.82 0.43
Hex C5 14 BD 0 5A 4 17 12F 52 2B
Octal 305 24 275 0 132 4 27 457 122 53
Binary 11000101 10100 10111101 0 1011010 100 10111 100101111 1010010 101011

Color Harmonies of #C514BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514BD

Black with #C514BD

Text Example


Text Example

White with #C514BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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