Html Css Color HEX #C918B5 Deep Magenta

📋 copy color: '#C918B5'

red 201 ◦ green 24 ◦ blue 181

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

Shades of Deep Magenta #C918B5

Tints of Deep Magenta #C918B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 49.51%
G = 5.91%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C918B5 (or 0xC918B5) is known color: Deep Magenta. HEX triplet: C9, 18 and B5. RGB value is (201,24,181). Sum of RGB (Red+Green+Blue) = 201+24+181=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C918B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918B5 is #36E74A. Grayscale: #5E5E5E. Windows color (decimal): -3598155 or 11868361. OLE color: 11868361.

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

Color convert

RGB 201 24 181 -
CMYK 0 0.88 0.10 0.21
HSL 306.78º 0.79% 0.44% -
HSV(B) 306.78º 0.88% 0.79% -
XYZ 32.75 16.41 45.16 -
YUV 94.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 201 24 181 0 0.88 0.10 0.21 306.78 0.79 0.44
Hex C9 18 B5 0 58 A 15 133 4F 2C
Octal 311 30 265 0 130 12 25 463 117 54
Binary 11001001 11000 10110101 0 1011000 1010 10101 100110011 1001111 101100

Color Harmonies of #C918B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918B5

Black with #C918B5

Text Example


Text Example

White with #C918B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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