Html Css Color HEX #C920CE Deep Magenta

📋 copy color: '#C920CE'

red 201 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #C920CE

Tints of Deep Magenta #C920CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 45.79%
G = 7.29%
B = 46.92%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C920CE (or 0xC920CE) is known color: Deep Magenta. HEX triplet: C9, 20 and CE. RGB value is (201,32,206). Sum of RGB (Red+Green+Blue) = 201+32+206=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #C920CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920CE is #36DF31. Grayscale: #656565. Windows color (decimal): -3596082 or 13508809. OLE color: 13508809.

HSL color Cylindrical-coordinate representation of color #C920CE: hue angle of 298.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920CE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 32 206 -
CMYK 0.02 0.84 0 0.19
HSL 298.28º 0.73% 0.47% -
HSV(B) 298.28º 0.84% 0.81% -
XYZ 35.74 17.91 59.96 -
YUV 102.37 186.49 198.35 -
System Red Green Blue C M Y K H S L
Decimal 201 32 206 0.02 0.84 0 0.19 298.28 0.73 0.47
Hex C9 20 CE 2 54 0 13 12A 49 2F
Octal 311 40 316 2 124 0 23 452 111 57
Binary 11001001 100000 11001110 10 1010100 0 10011 100101010 1001001 101111

Color Harmonies of #C920CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920CE

Black with #C920CE

Text Example


Text Example

White with #C920CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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