Html Css Color HEX #C514CE Deep Magenta

📋 copy color: '#C514CE'

red 197 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #C514CE

Tints of Deep Magenta #C514CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 46.57%
G = 4.73%
B = 48.7%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C514CE (or 0xC514CE) is known color: Deep Magenta. HEX triplet: C5, 14 and CE. RGB value is (197,20,206). Sum of RGB (Red+Green+Blue) = 197+20+206=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C514CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514CE is #3AEB31. Grayscale: #5D5D5D. Windows color (decimal): -3861298 or 13505733. OLE color: 13505733.

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

Color convert

RGB 197 20 206 -
CMYK 0.04 0.90 0 0.19
HSL 297.1º 0.82% 0.44% -
HSV(B) 297.1º 0.9% 0.81% -
XYZ 34.42 16.83 59.83 -
YUV 94.13 191.14 201.38 -
System Red Green Blue C M Y K H S L
Decimal 197 20 206 0.04 0.90 0 0.19 297.1 0.82 0.44
Hex C5 14 CE 4 5A 0 13 129 52 2C
Octal 305 24 316 4 132 0 23 451 122 54
Binary 11000101 10100 11001110 100 1011010 0 10011 100101001 1010010 101100

Color Harmonies of #C514CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514CE

Black with #C514CE

Text Example


Text Example

White with #C514CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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