Html Css Color HEX #C51CBB Deep Magenta

📋 copy color: '#C51CBB'

red 197 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #C51CBB

Tints of Deep Magenta #C51CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.8%

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 47.82%
G = 6.8%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C51CBB (or 0xC51CBB) is known color: Deep Magenta. HEX triplet: C5, 1C and BB. RGB value is (197,28,187). Sum of RGB (Red+Green+Blue) = 197+28+187=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CBB is #3AE344. Grayscale: #606060. Windows color (decimal): -3859269 or 12262597. OLE color: 12262597.

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

Color convert

RGB 197 28 187 -
CMYK 0 0.86 0.05 0.23
HSL 303.55º 0.75% 0.44% -
HSV(B) 303.55º 0.86% 0.77% -
XYZ 32.41 16.29 48.45 -
YUV 96.66 178.99 199.57 -
System Red Green Blue C M Y K H S L
Decimal 197 28 187 0 0.86 0.05 0.23 303.55 0.75 0.44
Hex C5 1C BB 0 56 5 17 130 4B 2C
Octal 305 34 273 0 126 5 27 460 113 54
Binary 11000101 11100 10111011 0 1010110 101 10111 100110000 1001011 101100

Color Harmonies of #C51CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CBB

Black with #C51CBB

Text Example


Text Example

White with #C51CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CBB; }

 p { color: rgb(197,28,187); }

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

background-color css

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

 a { background-color: rgb(197,28,187); }

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

border-color css

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

 span { border-color: rgb(197,28,187); }

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