Html Css Color HEX #C51BC2 Deep Magenta

📋 copy color: '#C51BC2'

red 197 ◦ green 27 ◦ blue 194

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

Shades of Deep Magenta #C51BC2

Tints of Deep Magenta #C51BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.41%

R = 47.13%
G = 6.46%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C51BC2 (or 0xC51BC2) is known color: Deep Magenta. HEX triplet: C5, 1B and C2. RGB value is (197,27,194). Sum of RGB (Red+Green+Blue) = 197+27+194=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BC2 is #3AE43D. Grayscale: #606060. Windows color (decimal): -3859518 or 12721093. OLE color: 12721093.

HSL color Cylindrical-coordinate representation of color #C51BC2: hue angle of 301.06º 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 #C51BC2 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 194 -
CMYK 0 0.86 0.02 0.23
HSL 301.06º 0.76% 0.44% -
HSV(B) 301.06º 0.86% 0.77% -
XYZ 33.16 16.55 52.49 -
YUV 96.87 182.82 199.42 -
System Red Green Blue C M Y K H S L
Decimal 197 27 194 0 0.86 0.02 0.23 301.06 0.76 0.44
Hex C5 1B C2 0 56 2 17 12D 4C 2C
Octal 305 33 302 0 126 2 27 455 114 54
Binary 11000101 11011 11000010 0 1010110 10 10111 100101101 1001100 101100

Color Harmonies of #C51BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BC2

Black with #C51BC2

Text Example


Text Example

White with #C51BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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