Html Css Color HEX #C904CE Deep Magenta

📋 copy color: '#C904CE'

red 201 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #C904CE

Tints of Deep Magenta #C904CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 48.91%
G = 0.97%
B = 50.12%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C904CE (or 0xC904CE) is known color: Deep Magenta. HEX triplet: C9, 04 and CE. RGB value is (201,4,206). Sum of RGB (Red+Green+Blue) = 201+4+206=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #C904CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904CE is #36FB31. Grayscale: #555555. Windows color (decimal): -3603250 or 13501641. OLE color: 13501641.

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

Color convert

RGB 201 4 206 -
CMYK 0.02 0.98 0 0.19
HSL 298.51º 0.96% 0.41% -
HSV(B) 298.51º 0.98% 0.81% -
XYZ 35.27 16.96 59.81 -
YUV 85.93 195.77 210.07 -
System Red Green Blue C M Y K H S L
Decimal 201 4 206 0.02 0.98 0 0.19 298.51 0.96 0.41
Hex C9 4 CE 2 62 0 13 12B 60 29
Octal 311 4 316 2 142 0 23 453 140 51
Binary 11001001 100 11001110 10 1100010 0 10011 100101011 1100000 101001

Color Harmonies of #C904CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904CE

Black with #C904CE

Text Example


Text Example

White with #C904CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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