Html Css Color HEX #C51CBC Deep Magenta

📋 copy color: '#C51CBC'

red 197 ◦ green 28 ◦ blue 188

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

Shades of Deep Magenta #C51CBC

Tints of Deep Magenta #C51CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 47.7%
G = 6.78%
B = 45.52%

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

#C51CBC (or 0xC51CBC) is known color: Deep Magenta. HEX triplet: C5, 1C and BC. RGB value is (197,28,188). Sum of RGB (Red+Green+Blue) = 197+28+188=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CBC is #3AE343. Grayscale: #606060. Windows color (decimal): -3859268 or 12328133. OLE color: 12328133.

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

Color convert

RGB 197 28 188 -
CMYK 0 0.86 0.05 0.23
HSL 303.2º 0.75% 0.44% -
HSV(B) 303.2º 0.86% 0.77% -
XYZ 32.52 16.33 49.02 -
YUV 96.77 179.49 199.49 -
System Red Green Blue C M Y K H S L
Decimal 197 28 188 0 0.86 0.05 0.23 303.2 0.75 0.44
Hex C5 1C BC 0 56 5 17 12F 4B 2C
Octal 305 34 274 0 126 5 27 457 113 54
Binary 11000101 11100 10111100 0 1010110 101 10111 100101111 1001011 101100

Color Harmonies of #C51CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CBC

Black with #C51CBC

Text Example


Text Example

White with #C51CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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