Html Css Color HEX #C902D4 Deep Magenta

📋 copy color: '#C902D4'

red 201 ◦ green 2 ◦ blue 212

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

Shades of Deep Magenta #C902D4

Tints of Deep Magenta #C902D4

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 212 (83.2% from 255) = 51.08%

R = 48.43%
G = 0.48%
B = 51.08%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C902D4 (or 0xC902D4) is known color: Deep Magenta. HEX triplet: C9, 02 and D4. RGB value is (201,2,212). Sum of RGB (Red+Green+Blue) = 201+2+212=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #C902D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902D4 is #36FD2B. Grayscale: #545454. Windows color (decimal): -3603756 or 13894345. OLE color: 13894345.

HSL color Cylindrical-coordinate representation of color #C902D4: hue angle of 296.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902D4 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 2 212 -
CMYK 0.05 0.99 0 0.17
HSL 296.86º 0.98% 0.42% -
HSV(B) 296.86º 0.99% 0.83% -
XYZ 35.99 17.21 63.71 -
YUV 85.44 199.43 210.42 -
System Red Green Blue C M Y K H S L
Decimal 201 2 212 0.05 0.99 0 0.17 296.86 0.98 0.42
Hex C9 2 D4 5 63 0 11 129 62 2A
Octal 311 2 324 5 143 0 21 451 142 52
Binary 11001001 10 11010100 101 1100011 0 10001 100101001 1100010 101010

Color Harmonies of #C902D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902D4

Black with #C902D4

Text Example


Text Example

White with #C902D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902D4; }

 p { color: rgb(201,2,212); }

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

background-color css

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

 a { background-color: rgb(201,2,212); }

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

border-color css

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

 span { border-color: rgb(201,2,212); }

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