Html Css Color HEX #C51DCA Deep Magenta

📋 copy color: '#C51DCA'

red 197 ◦ green 29 ◦ blue 202

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

Shades of Deep Magenta #C51DCA

Tints of Deep Magenta #C51DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.78%

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 46.03%
G = 6.78%
B = 47.2%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C51DCA (or 0xC51DCA) is known color: Deep Magenta. HEX triplet: C5, 1D and CA. RGB value is (197,29,202). Sum of RGB (Red+Green+Blue) = 197+29+202=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #C51DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DCA is #3AE235. Grayscale: #626262. Windows color (decimal): -3858998 or 13245893. OLE color: 13245893.

HSL color Cylindrical-coordinate representation of color #C51DCA: hue angle of 298.27º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51DCA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 29 202 -
CMYK 0.02 0.86 0 0.21
HSL 298.27º 0.75% 0.45% -
HSV(B) 298.27º 0.86% 0.79% -
XYZ 34.13 17.01 57.36 -
YUV 98.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 197 29 202 0.02 0.86 0 0.21 298.27 0.75 0.45
Hex C5 1D CA 2 56 0 15 12A 4B 2D
Octal 305 35 312 2 126 0 25 452 113 55
Binary 11000101 11101 11001010 10 1010110 0 10101 100101010 1001011 101101

Color Harmonies of #C51DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DCA

Black with #C51DCA

Text Example


Text Example

White with #C51DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DCA; }

 p { color: rgb(197,29,202); }

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

background-color css

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

 a { background-color: rgb(197,29,202); }

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

border-color css

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

 span { border-color: rgb(197,29,202); }

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