Html Css Color HEX #C918B2 Deep Magenta

📋 copy color: '#C918B2'

red 201 ◦ green 24 ◦ blue 178

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

Shades of Deep Magenta #C918B2

Tints of Deep Magenta #C918B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 49.88%
G = 5.96%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C918B2 (or 0xC918B2) is known color: Deep Magenta. HEX triplet: C9, 18 and B2. RGB value is (201,24,178). Sum of RGB (Red+Green+Blue) = 201+24+178=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C918B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C918B2 is #36E74D. Grayscale: #5E5E5E. Windows color (decimal): -3598158 or 11671753. OLE color: 11671753.

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

Color convert

RGB 201 24 178 -
CMYK 0 0.88 0.11 0.21
HSL 307.8º 0.79% 0.44% -
HSV(B) 307.8º 0.88% 0.79% -
XYZ 32.45 16.29 43.55 -
YUV 94.48 175.14 203.98 -
System Red Green Blue C M Y K H S L
Decimal 201 24 178 0 0.88 0.11 0.21 307.8 0.79 0.44
Hex C9 18 B2 0 58 B 15 134 4F 2C
Octal 311 30 262 0 130 13 25 464 117 54
Binary 11001001 11000 10110010 0 1011000 1011 10101 100110100 1001111 101100

Color Harmonies of #C918B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918B2

Black with #C918B2

Text Example


Text Example

White with #C918B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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