Html Css Color HEX #C918B0 Deep Magenta

📋 copy color: '#C918B0'

red 201 ◦ green 24 ◦ blue 176

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

Shades of Deep Magenta #C918B0

Tints of Deep Magenta #C918B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 50.12%
G = 5.99%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C918B0 (or 0xC918B0) is known color: Deep Magenta. HEX triplet: C9, 18 and B0. RGB value is (201,24,176). Sum of RGB (Red+Green+Blue) = 201+24+176=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C918B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C918B0 is #36E74F. Grayscale: #5D5D5D. Windows color (decimal): -3598160 or 11540681. OLE color: 11540681.

HSL color Cylindrical-coordinate representation of color #C918B0: hue angle of 308.47º 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 #C918B0 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 176 -
CMYK 0 0.88 0.12 0.21
HSL 308.47º 0.79% 0.44% -
HSV(B) 308.47º 0.88% 0.79% -
XYZ 32.25 16.21 42.5 -
YUV 94.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 201 24 176 0 0.88 0.12 0.21 308.47 0.79 0.44
Hex C9 18 B0 0 58 C 15 134 4F 2C
Octal 311 30 260 0 130 14 25 464 117 54
Binary 11001001 11000 10110000 0 1011000 1100 10101 100110100 1001111 101100

Color Harmonies of #C918B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918B0

Black with #C918B0

Text Example


Text Example

White with #C918B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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