Html Css Color HEX #C902CE Deep Magenta

📋 copy color: '#C902CE'

red 201 ◦ green 2 ◦ blue 206

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

Shades of Deep Magenta #C902CE

Tints of Deep Magenta #C902CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 49.14%
G = 0.49%
B = 50.37%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C902CE (or 0xC902CE) is known color: Deep Magenta. HEX triplet: C9, 02 and CE. RGB value is (201,2,206). Sum of RGB (Red+Green+Blue) = 201+2+206=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #C902CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902CE is #36FD31. Grayscale: #545454. Windows color (decimal): -3603762 or 13501129. OLE color: 13501129.

HSL color Cylindrical-coordinate representation of color #C902CE: hue angle of 298.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902CE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 2 206 -
CMYK 0.02 0.99 0 0.19
HSL 298.53º 0.98% 0.41% -
HSV(B) 298.53º 0.99% 0.81% -
XYZ 35.25 16.92 59.8 -
YUV 84.76 196.43 210.91 -
System Red Green Blue C M Y K H S L
Decimal 201 2 206 0.02 0.99 0 0.19 298.53 0.98 0.41
Hex C9 2 CE 2 63 0 13 12B 62 29
Octal 311 2 316 2 143 0 23 453 142 51
Binary 11001001 10 11001110 10 1100011 0 10011 100101011 1100010 101001

Color Harmonies of #C902CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902CE

Black with #C902CE

Text Example


Text Example

White with #C902CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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