Html Css Color HEX #C812BB Deep Magenta

📋 copy color: '#C812BB'

red 200 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #C812BB

Tints of Deep Magenta #C812BB

RGB

 RED value IS 200 (78.52% from 255) = 49.38%

 GREEN value IS 18 (7.42% from 255) = 4.44%

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

R = 49.38%
G = 4.44%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C812BB (or 0xC812BB) is known color: Deep Magenta. HEX triplet: C8, 12 and BB. RGB value is (200,18,187). Sum of RGB (Red+Green+Blue) = 200+18+187=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C812BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812BB is #37ED44. Grayscale: #5B5B5B. Windows color (decimal): -3665221 or 12260040. OLE color: 12260040.

HSL color Cylindrical-coordinate representation of color #C812BB: hue angle of 304.29º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812BB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 187 -
CMYK 0 0.91 0.06 0.22
HSL 304.29º 0.83% 0.43% -
HSV(B) 304.29º 0.91% 0.78% -
XYZ 33.01 16.3 48.42 -
YUV 91.68 181.8 205.26 -
System Red Green Blue C M Y K H S L
Decimal 200 18 187 0 0.91 0.06 0.22 304.29 0.83 0.43
Hex C8 12 BB 0 5B 6 16 130 53 2B
Octal 310 22 273 0 133 6 26 460 123 53
Binary 11001000 10010 10111011 0 1011011 110 10110 100110000 1010011 101011

Color Harmonies of #C812BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812BB

Black with #C812BB

Text Example


Text Example

White with #C812BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812BB; }

 p { color: rgb(200,18,187); }

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

background-color css

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

 a { background-color: rgb(200,18,187); }

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

border-color css

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

 span { border-color: rgb(200,18,187); }

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