Html Css Color HEX #C903CD Deep Magenta

📋 copy color: '#C903CD'

red 201 ◦ green 3 ◦ blue 205

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

Shades of Deep Magenta #C903CD

Tints of Deep Magenta #C903CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 49.14%
G = 0.73%
B = 50.12%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C903CD (or 0xC903CD) is known color: Deep Magenta. HEX triplet: C9, 03 and CD. RGB value is (201,3,205). Sum of RGB (Red+Green+Blue) = 201+3+205=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #C903CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903CD is #36FC32. Grayscale: #545454. Windows color (decimal): -3603507 or 13435849. OLE color: 13435849.

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

Color convert

RGB 201 3 205 -
CMYK 0.02 0.99 0 0.20
HSL 298.81º 0.97% 0.41% -
HSV(B) 298.81º 0.99% 0.8% -
XYZ 35.14 16.89 59.17 -
YUV 85.23 195.6 210.57 -
System Red Green Blue C M Y K H S L
Decimal 201 3 205 0.02 0.99 0 0.20 298.81 0.97 0.41
Hex C9 3 CD 2 63 0 14 12B 61 29
Octal 311 3 315 2 143 0 24 453 141 51
Binary 11001001 11 11001101 10 1100011 0 10100 100101011 1100001 101001

Color Harmonies of #C903CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C903CD

Black with #C903CD

Text Example


Text Example

White with #C903CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C903CD; }

 p { color: rgb(201,3,205); }

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

background-color css

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

 a { background-color: rgb(201,3,205); }

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

border-color css

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

 span { border-color: rgb(201,3,205); }

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