Html Css Color HEX #C51BB2 Deep Magenta

📋 copy color: '#C51BB2'

red 197 ◦ green 27 ◦ blue 178

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

Shades of Deep Magenta #C51BB2

Tints of Deep Magenta #C51BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 49%
G = 6.72%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C51BB2 (or 0xC51BB2) is known color: Deep Magenta. HEX triplet: C5, 1B and B2. RGB value is (197,27,178). Sum of RGB (Red+Green+Blue) = 197+27+178=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BB2 is #3AE44D. Grayscale: #5E5E5E. Windows color (decimal): -3859534 or 11672517. OLE color: 11672517.

HSL color Cylindrical-coordinate representation of color #C51BB2: hue angle of 306.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51BB2 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 178 -
CMYK 0 0.86 0.10 0.23
HSL 306.71º 0.76% 0.44% -
HSV(B) 306.71º 0.86% 0.77% -
XYZ 31.45 15.87 43.52 -
YUV 95.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 197 27 178 0 0.86 0.10 0.23 306.71 0.76 0.44
Hex C5 1B B2 0 56 A 17 133 4C 2C
Octal 305 33 262 0 126 12 27 463 114 54
Binary 11000101 11011 10110010 0 1010110 1010 10111 100110011 1001100 101100

Color Harmonies of #C51BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BB2

Black with #C51BB2

Text Example


Text Example

White with #C51BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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