Html Css Color HEX #C904DA Deep Magenta

📋 copy color: '#C904DA'

red 201 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #C904DA

Tints of Deep Magenta #C904DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 47.52%
G = 0.95%
B = 51.54%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C904DA (or 0xC904DA) is known color: Deep Magenta. HEX triplet: C9, 04 and DA. RGB value is (201,4,218). Sum of RGB (Red+Green+Blue) = 201+4+218=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #C904DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904DA is #36FB25. Grayscale: #565656. Windows color (decimal): -3603238 or 14288073. OLE color: 14288073.

HSL color Cylindrical-coordinate representation of color #C904DA: hue angle of 295.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904DA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 4 218 -
CMYK 0.08 0.98 0 0.15
HSL 295.23º 0.96% 0.44% -
HSV(B) 295.23º 0.98% 0.85% -
XYZ 36.79 17.57 67.78 -
YUV 87.3 201.77 209.1 -
System Red Green Blue C M Y K H S L
Decimal 201 4 218 0.08 0.98 0 0.15 295.23 0.96 0.44
Hex C9 4 DA 8 62 0 F 127 60 2C
Octal 311 4 332 10 142 0 17 447 140 54
Binary 11001001 100 11011010 1000 1100010 0 1111 100100111 1100000 101100

Color Harmonies of #C904DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904DA

Black with #C904DA

Text Example


Text Example

White with #C904DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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