Html Css Color HEX #C920B7 Deep Magenta

📋 copy color: '#C920B7'

red 201 ◦ green 32 ◦ blue 183

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

Shades of Deep Magenta #C920B7

Tints of Deep Magenta #C920B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.99%

R = 48.32%
G = 7.69%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C920B7 (or 0xC920B7) is known color: Deep Magenta. HEX triplet: C9, 20 and B7. RGB value is (201,32,183). Sum of RGB (Red+Green+Blue) = 201+32+183=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C920B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920B7 is #36DF48. Grayscale: #636363. Windows color (decimal): -3596105 or 12001481. OLE color: 12001481.

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

Color convert

RGB 201 32 183 -
CMYK 0 0.84 0.09 0.21
HSL 306.39º 0.73% 0.46% -
HSV(B) 306.39º 0.84% 0.79% -
XYZ 33.15 16.87 46.31 -
YUV 99.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 201 32 183 0 0.84 0.09 0.21 306.39 0.73 0.46
Hex C9 20 B7 0 54 9 15 132 49 2E
Octal 311 40 267 0 124 11 25 462 111 56
Binary 11001001 100000 10110111 0 1010100 1001 10101 100110010 1001001 101110

Color Harmonies of #C920B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920B7

Black with #C920B7

Text Example


Text Example

White with #C920B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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