Html Css Color HEX #C928CE Deep Magenta

📋 copy color: '#C928CE'

red 201 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #C928CE

Tints of Deep Magenta #C928CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.95%

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

R = 44.97%
G = 8.95%
B = 46.09%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C928CE (or 0xC928CE) is known color: Deep Magenta. HEX triplet: C9, 28 and CE. RGB value is (201,40,206). Sum of RGB (Red+Green+Blue) = 201+40+206=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #C928CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928CE is #36D731. Grayscale: #6A6A6A. Windows color (decimal): -3594034 or 13510857. OLE color: 13510857.

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

Color convert

RGB 201 40 206 -
CMYK 0.02 0.81 0 0.19
HSL 298.19º 0.67% 0.48% -
HSV(B) 298.19º 0.81% 0.81% -
XYZ 35.99 18.39 60.05 -
YUV 107.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 201 40 206 0.02 0.81 0 0.19 298.19 0.67 0.48
Hex C9 28 CE 2 51 0 13 12A 43 30
Octal 311 50 316 2 121 0 23 452 103 60
Binary 11001001 101000 11001110 10 1010001 0 10011 100101010 1000011 110000

Color Harmonies of #C928CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928CE

Black with #C928CE

Text Example


Text Example

White with #C928CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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