Html Css Color HEX #C514C9 Deep Magenta

📋 copy color: '#C514C9'

red 197 ◦ green 20 ◦ blue 201

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

Shades of Deep Magenta #C514C9

Tints of Deep Magenta #C514C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.09%

R = 47.13%
G = 4.78%
B = 48.09%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C514C9 (or 0xC514C9) is known color: Deep Magenta. HEX triplet: C5, 14 and C9. RGB value is (197,20,201). Sum of RGB (Red+Green+Blue) = 197+20+201=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #C514C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514C9 is #3AEB36. Grayscale: #5D5D5D. Windows color (decimal): -3861303 or 13178053. OLE color: 13178053.

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

Color convert

RGB 197 20 201 -
CMYK 0.02 0.90 0 0.21
HSL 298.67º 0.82% 0.43% -
HSV(B) 298.67º 0.9% 0.79% -
XYZ 33.82 16.59 56.68 -
YUV 93.56 188.64 201.78 -
System Red Green Blue C M Y K H S L
Decimal 197 20 201 0.02 0.90 0 0.21 298.67 0.82 0.43
Hex C5 14 C9 2 5A 0 15 12B 52 2B
Octal 305 24 311 2 132 0 25 453 122 53
Binary 11000101 10100 11001001 10 1011010 0 10101 100101011 1010010 101011

Color Harmonies of #C514C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514C9

Black with #C514C9

Text Example


Text Example

White with #C514C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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