Html Css Color HEX #C51CCD Deep Magenta

📋 copy color: '#C51CCD'

red 197 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #C51CCD

Tints of Deep Magenta #C51CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 45.81%
G = 6.51%
B = 47.67%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C51CCD (or 0xC51CCD) is known color: Deep Magenta. HEX triplet: C5, 1C and CD. RGB value is (197,28,205). Sum of RGB (Red+Green+Blue) = 197+28+205=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C51CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CCD is #3AE332. Grayscale: #626262. Windows color (decimal): -3859251 or 13442245. OLE color: 13442245.

HSL color Cylindrical-coordinate representation of color #C51CCD: hue angle of 297.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CCD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 28 205 -
CMYK 0.04 0.86 0 0.20
HSL 297.29º 0.76% 0.46% -
HSV(B) 297.29º 0.86% 0.8% -
XYZ 34.46 17.11 59.24 -
YUV 98.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 197 28 205 0.04 0.86 0 0.20 297.29 0.76 0.46
Hex C5 1C CD 4 56 0 14 129 4C 2E
Octal 305 34 315 4 126 0 24 451 114 56
Binary 11000101 11100 11001101 100 1010110 0 10100 100101001 1001100 101110

Color Harmonies of #C51CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CCD

Black with #C51CCD

Text Example


Text Example

White with #C51CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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