Html Css Color HEX #C51DCB Deep Magenta

📋 copy color: '#C51DCB'

red 197 ◦ green 29 ◦ blue 203

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

Shades of Deep Magenta #C51DCB

Tints of Deep Magenta #C51DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 45.92%
G = 6.76%
B = 47.32%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C51DCB (or 0xC51DCB) is known color: Deep Magenta. HEX triplet: C5, 1D and CB. RGB value is (197,29,203). Sum of RGB (Red+Green+Blue) = 197+29+203=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C51DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DCB is #3AE234. Grayscale: #626262. Windows color (decimal): -3858997 or 13311429. OLE color: 13311429.

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

Color convert

RGB 197 29 203 -
CMYK 0.03 0.86 0 0.20
HSL 297.93º 0.75% 0.45% -
HSV(B) 297.93º 0.86% 0.8% -
XYZ 34.24 17.06 57.99 -
YUV 99.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 197 29 203 0.03 0.86 0 0.20 297.93 0.75 0.45
Hex C5 1D CB 3 56 0 14 12A 4B 2D
Octal 305 35 313 3 126 0 24 452 113 55
Binary 11000101 11101 11001011 11 1010110 0 10100 100101010 1001011 101101

Color Harmonies of #C51DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DCB

Black with #C51DCB

Text Example


Text Example

White with #C51DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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