Html Css Color HEX #C918BE Deep Magenta

📋 copy color: '#C918BE'

red 201 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C918BE

Tints of Deep Magenta #C918BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 48.43%
G = 5.78%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C918BE (or 0xC918BE) is known color: Deep Magenta. HEX triplet: C9, 18 and BE. RGB value is (201,24,190). Sum of RGB (Red+Green+Blue) = 201+24+190=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C918BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918BE is #36E741. Grayscale: #5F5F5F. Windows color (decimal): -3598146 or 12458185. OLE color: 12458185.

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

Color convert

RGB 201 24 190 -
CMYK 0 0.88 0.05 0.21
HSL 303.73º 0.79% 0.44% -
HSV(B) 303.73º 0.88% 0.79% -
XYZ 33.71 16.79 50.18 -
YUV 95.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 201 24 190 0 0.88 0.05 0.21 303.73 0.79 0.44
Hex C9 18 BE 0 58 5 15 130 4F 2C
Octal 311 30 276 0 130 5 25 460 117 54
Binary 11001001 11000 10111110 0 1011000 101 10101 100110000 1001111 101100

Color Harmonies of #C918BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918BE

Black with #C918BE

Text Example


Text Example

White with #C918BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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