Html Css Color HEX #C902C1 Deep Magenta

📋 copy color: '#C902C1'

red 201 ◦ green 2 ◦ blue 193

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

Shades of Deep Magenta #C902C1

Tints of Deep Magenta #C902C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.74%

R = 50.76%
G = 0.51%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C902C1 (or 0xC902C1) is known color: Deep Magenta. HEX triplet: C9, 02 and C1. RGB value is (201,2,193). Sum of RGB (Red+Green+Blue) = 201+2+193=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C902C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902C1 is #36FD3E. Grayscale: #525252. Windows color (decimal): -3603775 or 12649161. OLE color: 12649161.

HSL color Cylindrical-coordinate representation of color #C902C1: hue angle of 302.41º 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 #C902C1 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 193 -
CMYK 0 0.99 0.04 0.21
HSL 302.41º 0.98% 0.4% -
HSV(B) 302.41º 0.99% 0.79% -
XYZ 33.73 16.31 51.82 -
YUV 83.28 189.93 211.97 -
System Red Green Blue C M Y K H S L
Decimal 201 2 193 0 0.99 0.04 0.21 302.41 0.98 0.4
Hex C9 2 C1 0 63 4 15 12E 62 28
Octal 311 2 301 0 143 4 25 456 142 50
Binary 11001001 10 11000001 0 1100011 100 10101 100101110 1100010 101000

Color Harmonies of #C902C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902C1

Black with #C902C1

Text Example


Text Example

White with #C902C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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