Html Css Color HEX #C51BCC Deep Magenta

📋 copy color: '#C51BCC'

red 197 ◦ green 27 ◦ blue 204

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

Shades of Deep Magenta #C51BCC

Tints of Deep Magenta #C51BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 46.03%
G = 6.31%
B = 47.66%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C51BCC (or 0xC51BCC) is known color: Deep Magenta. HEX triplet: C5, 1B and CC. RGB value is (197,27,204). Sum of RGB (Red+Green+Blue) = 197+27+204=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C51BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BCC is #3AE433. Grayscale: #616161. Windows color (decimal): -3859508 or 13376453. OLE color: 13376453.

HSL color Cylindrical-coordinate representation of color #C51BCC: hue angle of 297.63º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51BCC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 27 204 -
CMYK 0.03 0.87 0 0.2
HSL 297.63º 0.77% 0.45% -
HSV(B) 297.63º 0.87% 0.8% -
XYZ 34.32 17.01 58.6 -
YUV 98.01 187.82 198.61 -
System Red Green Blue C M Y K H S L
Decimal 197 27 204 0.03 0.87 0 0.2 297.63 0.77 0.45
Hex C5 1B CC 3 57 0 14 12A 4D 2D
Octal 305 33 314 3 127 0 24 452 115 55
Binary 11000101 11011 11001100 11 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C51BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BCC

Black with #C51BCC

Text Example


Text Example

White with #C51BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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