Html Css Color HEX #C51CCA Deep Magenta

📋 copy color: '#C51CCA'

red 197 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #C51CCA

Tints of Deep Magenta #C51CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.56%

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

R = 46.14%
G = 6.56%
B = 47.31%

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

#C51CCA (or 0xC51CCA) is known color: Deep Magenta. HEX triplet: C5, 1C and CA. RGB value is (197,28,202). Sum of RGB (Red+Green+Blue) = 197+28+202=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #C51CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CCA is #3AE335. Grayscale: #616161. Windows color (decimal): -3859254 or 13245637. OLE color: 13245637.

HSL color Cylindrical-coordinate representation of color #C51CCA: hue angle of 298.28º degrees, saturation: 0.76, 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 #C51CCA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 28 202 -
CMYK 0.02 0.86 0 0.21
HSL 298.28º 0.76% 0.45% -
HSV(B) 298.28º 0.86% 0.79% -
XYZ 34.1 16.97 57.35 -
YUV 98.37 186.49 198.35 -
System Red Green Blue C M Y K H S L
Decimal 197 28 202 0.02 0.86 0 0.21 298.28 0.76 0.45
Hex C5 1C CA 2 56 0 15 12A 4C 2D
Octal 305 34 312 2 126 0 25 452 114 55
Binary 11000101 11100 11001010 10 1010110 0 10101 100101010 1001100 101101

Color Harmonies of #C51CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CCA

Black with #C51CCA

Text Example


Text Example

White with #C51CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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