Html Css Color HEX #C912BE Deep Magenta

📋 copy color: '#C912BE'

red 201 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #C912BE

Tints of Deep Magenta #C912BE

RGB

 RED value IS 201 (78.91% from 255) = 49.14%

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 49.14%
G = 4.4%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C912BE (or 0xC912BE) is known color: Deep Magenta. HEX triplet: C9, 12 and BE. RGB value is (201,18,190). Sum of RGB (Red+Green+Blue) = 201+18+190=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C912BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912BE is #36ED41. Grayscale: #5B5B5B. Windows color (decimal): -3599682 or 12456649. OLE color: 12456649.

HSL color Cylindrical-coordinate representation of color #C912BE: hue angle of 303.61º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912BE is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 190 -
CMYK 0 0.91 0.05 0.21
HSL 303.61º 0.84% 0.43% -
HSV(B) 303.61º 0.91% 0.79% -
XYZ 33.6 16.57 50.14 -
YUV 92.33 183.13 205.51 -
System Red Green Blue C M Y K H S L
Decimal 201 18 190 0 0.91 0.05 0.21 303.61 0.84 0.43
Hex C9 12 BE 0 5B 5 15 130 54 2B
Octal 311 22 276 0 133 5 25 460 124 53
Binary 11001001 10010 10111110 0 1011011 101 10101 100110000 1010100 101011

Color Harmonies of #C912BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912BE

Black with #C912BE

Text Example


Text Example

White with #C912BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912BE; }

 p { color: rgb(201,18,190); }

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

background-color css

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

 a { background-color: rgb(201,18,190); }

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

border-color css

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

 span { border-color: rgb(201,18,190); }

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