Html Css Color HEX #C51ECB Deep Magenta

📋 copy color: '#C51ECB'

red 197 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #C51ECB

Tints of Deep Magenta #C51ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.98%

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

R = 45.81%
G = 6.98%
B = 47.21%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C51ECB (or 0xC51ECB) is known color: Deep Magenta. HEX triplet: C5, 1E and CB. RGB value is (197,30,203). Sum of RGB (Red+Green+Blue) = 197+30+203=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #C51ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ECB is #3AE134. Grayscale: #636363. Windows color (decimal): -3858741 or 13311685. OLE color: 13311685.

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

Color convert

RGB 197 30 203 -
CMYK 0.03 0.85 0 0.20
HSL 297.92º 0.74% 0.46% -
HSV(B) 297.92º 0.85% 0.8% -
XYZ 34.27 17.11 58 -
YUV 99.66 186.33 197.43 -
System Red Green Blue C M Y K H S L
Decimal 197 30 203 0.03 0.85 0 0.20 297.92 0.74 0.46
Hex C5 1E CB 3 55 0 14 12A 4A 2E
Octal 305 36 313 3 125 0 24 452 112 56
Binary 11000101 11110 11001011 11 1010101 0 10100 100101010 1001010 101110

Color Harmonies of #C51ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51ECB

Black with #C51ECB

Text Example


Text Example

White with #C51ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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