Html Css Color HEX #C51BCF Deep Magenta

📋 copy color: '#C51BCF'

red 197 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #C51BCF

Tints of Deep Magenta #C51BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 45.71%
G = 6.26%
B = 48.03%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C51BCF (or 0xC51BCF) is known color: Deep Magenta. HEX triplet: C5, 1B and CF. RGB value is (197,27,207). Sum of RGB (Red+Green+Blue) = 197+27+207=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C51BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BCF is #3AE430. Grayscale: #616161. Windows color (decimal): -3859505 or 13573061. OLE color: 13573061.

HSL color Cylindrical-coordinate representation of color #C51BCF: hue angle of 296.67º 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 #C51BCF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 27 207 -
CMYK 0.05 0.87 0 0.19
HSL 296.67º 0.77% 0.46% -
HSV(B) 296.67º 0.87% 0.81% -
XYZ 34.68 17.16 60.52 -
YUV 98.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 197 27 207 0.05 0.87 0 0.19 296.67 0.77 0.46
Hex C5 1B CF 5 57 0 13 129 4D 2E
Octal 305 33 317 5 127 0 23 451 115 56
Binary 11000101 11011 11001111 101 1010111 0 10011 100101001 1001101 101110

Color Harmonies of #C51BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BCF

Black with #C51BCF

Text Example


Text Example

White with #C51BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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