Html Css Color HEX #C51BBC Deep Magenta

📋 copy color: '#C51BBC'

red 197 ◦ green 27 ◦ blue 188

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

Shades of Deep Magenta #C51BBC

Tints of Deep Magenta #C51BBC

RGB

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

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

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

R = 47.82%
G = 6.55%
B = 45.63%

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

#C51BBC (or 0xC51BBC) is known color: Deep Magenta. HEX triplet: C5, 1B and BC. RGB value is (197,27,188). Sum of RGB (Red+Green+Blue) = 197+27+188=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BBC is #3AE443. Grayscale: #5F5F5F. Windows color (decimal): -3859524 or 12327877. OLE color: 12327877.

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

Color convert

RGB 197 27 188 -
CMYK 0 0.86 0.05 0.23
HSL 303.18º 0.76% 0.44% -
HSV(B) 303.18º 0.86% 0.77% -
XYZ 32.5 16.29 49.01 -
YUV 96.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 197 27 188 0 0.86 0.05 0.23 303.18 0.76 0.44
Hex C5 1B BC 0 56 5 17 12F 4C 2C
Octal 305 33 274 0 126 5 27 457 114 54
Binary 11000101 11011 10111100 0 1010110 101 10111 100101111 1001100 101100

Color Harmonies of #C51BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BBC

Black with #C51BBC

Text Example


Text Example

White with #C51BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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