Html Css Color HEX #C902BA Deep Magenta

📋 copy color: '#C902BA'

red 201 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #C902BA

Tints of Deep Magenta #C902BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 51.67%
G = 0.51%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C902BA (or 0xC902BA) is known color: Deep Magenta. HEX triplet: C9, 02 and BA. RGB value is (201,2,186). Sum of RGB (Red+Green+Blue) = 201+2+186=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C902BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902BA is #36FD45. Grayscale: #515151. Windows color (decimal): -3603782 or 12190409. OLE color: 12190409.

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

Color convert

RGB 201 2 186 -
CMYK 0 0.99 0.07 0.21
HSL 304.52º 0.98% 0.4% -
HSV(B) 304.52º 0.99% 0.79% -
XYZ 32.97 16.01 47.81 -
YUV 82.48 186.43 212.54 -
System Red Green Blue C M Y K H S L
Decimal 201 2 186 0 0.99 0.07 0.21 304.52 0.98 0.4
Hex C9 2 BA 0 63 7 15 131 62 28
Octal 311 2 272 0 143 7 25 461 142 50
Binary 11001001 10 10111010 0 1100011 111 10101 100110001 1100010 101000

Color Harmonies of #C902BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902BA

Black with #C902BA

Text Example


Text Example

White with #C902BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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