Html Css Color HEX #C904CA Deep Magenta

📋 copy color: '#C904CA'

red 201 ◦ green 4 ◦ blue 202

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

Shades of Deep Magenta #C904CA

Tints of Deep Magenta #C904CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 49.39%
G = 0.98%
B = 49.63%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C904CA (or 0xC904CA) is known color: Deep Magenta. HEX triplet: C9, 04 and CA. RGB value is (201,4,202). Sum of RGB (Red+Green+Blue) = 201+4+202=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #C904CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904CA is #36FB35. Grayscale: #545454. Windows color (decimal): -3603254 or 13239497. OLE color: 13239497.

HSL color Cylindrical-coordinate representation of color #C904CA: hue angle of 299.7º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904CA is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 202 -
CMYK 0.00 0.98 0 0.21
HSL 299.7º 0.96% 0.4% -
HSV(B) 299.7º 0.98% 0.79% -
XYZ 34.79 16.77 57.28 -
YUV 85.48 193.77 210.4 -
System Red Green Blue C M Y K H S L
Decimal 201 4 202 0.00 0.98 0 0.21 299.7 0.96 0.4
Hex C9 4 CA 0 62 0 15 12C 60 28
Octal 311 4 312 0 142 0 25 454 140 50
Binary 11001001 100 11001010 0 1100010 0 10101 100101100 1100000 101000

Color Harmonies of #C904CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904CA

Black with #C904CA

Text Example


Text Example

White with #C904CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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