Html Css Color HEX #C918AF Deep Magenta

📋 copy color: '#C918AF'

red 201 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #C918AF

Tints of Deep Magenta #C918AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 50.25%
G = 6%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C918AF (or 0xC918AF) is known color: Deep Magenta. HEX triplet: C9, 18 and AF. RGB value is (201,24,175). Sum of RGB (Red+Green+Blue) = 201+24+175=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C918AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C918AF is #36E750. Grayscale: #5D5D5D. Windows color (decimal): -3598161 or 11475145. OLE color: 11475145.

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

Color convert

RGB 201 24 175 -
CMYK 0 0.88 0.13 0.21
HSL 308.81º 0.79% 0.44% -
HSV(B) 308.81º 0.88% 0.79% -
XYZ 32.15 16.17 41.98 -
YUV 94.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 201 24 175 0 0.88 0.13 0.21 308.81 0.79 0.44
Hex C9 18 AF 0 58 D 15 135 4F 2C
Octal 311 30 257 0 130 15 25 465 117 54
Binary 11001001 11000 10101111 0 1011000 1101 10101 100110101 1001111 101100

Color Harmonies of #C918AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918AF

Black with #C918AF

Text Example


Text Example

White with #C918AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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