Html Css Color HEX #C51BCE Deep Magenta

📋 copy color: '#C51BCE'

red 197 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #C51BCE

Tints of Deep Magenta #C51BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.28%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 45.81%
G = 6.28%
B = 47.91%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C51BCE (or 0xC51BCE) is known color: Deep Magenta. HEX triplet: C5, 1B and CE. RGB value is (197,27,206). Sum of RGB (Red+Green+Blue) = 197+27+206=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #C51BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BCE is #3AE431. Grayscale: #616161. Windows color (decimal): -3859506 or 13507525. OLE color: 13507525.

HSL color Cylindrical-coordinate representation of color #C51BCE: hue angle of 296.98º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51BCE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 27 206 -
CMYK 0.04 0.87 0 0.19
HSL 296.98º 0.77% 0.46% -
HSV(B) 296.98º 0.87% 0.81% -
XYZ 34.56 17.11 59.87 -
YUV 98.24 188.82 198.45 -
System Red Green Blue C M Y K H S L
Decimal 197 27 206 0.04 0.87 0 0.19 296.98 0.77 0.46
Hex C5 1B CE 4 57 0 13 129 4D 2E
Octal 305 33 316 4 127 0 23 451 115 56
Binary 11000101 11011 11001110 100 1010111 0 10011 100101001 1001101 101110

Color Harmonies of #C51BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BCE

Black with #C51BCE

Text Example


Text Example

White with #C51BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BCE; }

 p { color: rgb(197,27,206); }

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

background-color css

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

 a { background-color: rgb(197,27,206); }

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

border-color css

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

 span { border-color: rgb(197,27,206); }

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