Html Css Color HEX #C902D5 Deep Magenta

📋 copy color: '#C902D5'

red 201 ◦ green 2 ◦ blue 213

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

Shades of Deep Magenta #C902D5

Tints of Deep Magenta #C902D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.2%

R = 48.32%
G = 0.48%
B = 51.2%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C902D5 (or 0xC902D5) is known color: Deep Magenta. HEX triplet: C9, 02 and D5. RGB value is (201,2,213). Sum of RGB (Red+Green+Blue) = 201+2+213=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #C902D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902D5 is #36FD2A. Grayscale: #545454. Windows color (decimal): -3603755 or 13959881. OLE color: 13959881.

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

Color convert

RGB 201 2 213 -
CMYK 0.06 0.99 0 0.16
HSL 296.59º 0.98% 0.42% -
HSV(B) 296.59º 0.99% 0.84% -
XYZ 36.12 17.27 64.38 -
YUV 85.56 199.93 210.34 -
System Red Green Blue C M Y K H S L
Decimal 201 2 213 0.06 0.99 0 0.16 296.59 0.98 0.42
Hex C9 2 D5 6 63 0 10 129 62 2A
Octal 311 2 325 6 143 0 20 451 142 52
Binary 11001001 10 11010101 110 1100011 0 10000 100101001 1100010 101010

Color Harmonies of #C902D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902D5

Black with #C902D5

Text Example


Text Example

White with #C902D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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