Html Css Color HEX #C902CC Deep Magenta

📋 copy color: '#C902CC'

red 201 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #C902CC

Tints of Deep Magenta #C902CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 49.39%
G = 0.49%
B = 50.12%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C902CC (or 0xC902CC) is known color: Deep Magenta. HEX triplet: C9, 02 and CC. RGB value is (201,2,204). Sum of RGB (Red+Green+Blue) = 201+2+204=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C902CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902CC is #36FD33. Grayscale: #535353. Windows color (decimal): -3603764 or 13370057. OLE color: 13370057.

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

Color convert

RGB 201 2 204 -
CMYK 0.01 0.99 0 0.2
HSL 299.11º 0.98% 0.4% -
HSV(B) 299.11º 0.99% 0.8% -
XYZ 35.01 16.82 58.53 -
YUV 84.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 201 2 204 0.01 0.99 0 0.2 299.11 0.98 0.4
Hex C9 2 CC 1 63 0 14 12B 62 28
Octal 311 2 314 1 143 0 24 453 142 50
Binary 11001001 10 11001100 1 1100011 0 10100 100101011 1100010 101000

Color Harmonies of #C902CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902CC

Black with #C902CC

Text Example


Text Example

White with #C902CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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