Html Css Color HEX #C920AF Deep Magenta

📋 copy color: '#C920AF'

red 201 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #C920AF

Tints of Deep Magenta #C920AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.84%

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

R = 49.26%
G = 7.84%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C920AF (or 0xC920AF) is known color: Deep Magenta. HEX triplet: C9, 20 and AF. RGB value is (201,32,175). Sum of RGB (Red+Green+Blue) = 201+32+175=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C920AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920AF is #36DF50. Grayscale: #626262. Windows color (decimal): -3596113 or 11477193. OLE color: 11477193.

HSL color Cylindrical-coordinate representation of color #C920AF: hue angle of 309.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920AF is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 175 -
CMYK 0 0.84 0.13 0.21
HSL 309.23º 0.73% 0.46% -
HSV(B) 309.23º 0.84% 0.79% -
XYZ 32.34 16.55 42.05 -
YUV 98.83 170.99 200.87 -
System Red Green Blue C M Y K H S L
Decimal 201 32 175 0 0.84 0.13 0.21 309.23 0.73 0.46
Hex C9 20 AF 0 54 D 15 135 49 2E
Octal 311 40 257 0 124 15 25 465 111 56
Binary 11001001 100000 10101111 0 1010100 1101 10101 100110101 1001001 101110

Color Harmonies of #C920AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920AF

Black with #C920AF

Text Example


Text Example

White with #C920AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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