Html Css Color HEX #C903BD Deep Magenta

📋 copy color: '#C903BD'

red 201 ◦ green 3 ◦ blue 189

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

Shades of Deep Magenta #C903BD

Tints of Deep Magenta #C903BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 51.15%
G = 0.76%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C903BD (or 0xC903BD) is known color: Deep Magenta. HEX triplet: C9, 03 and BD. RGB value is (201,3,189). Sum of RGB (Red+Green+Blue) = 201+3+189=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C903BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903BD is #36FC42. Grayscale: #525252. Windows color (decimal): -3603523 or 12387273. OLE color: 12387273.

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

Color convert

RGB 201 3 189 -
CMYK 0 0.99 0.06 0.21
HSL 303.64º 0.97% 0.4% -
HSV(B) 303.64º 0.99% 0.79% -
XYZ 33.31 16.16 49.51 -
YUV 83.41 187.6 211.88 -
System Red Green Blue C M Y K H S L
Decimal 201 3 189 0 0.99 0.06 0.21 303.64 0.97 0.4
Hex C9 3 BD 0 63 6 15 130 61 28
Octal 311 3 275 0 143 6 25 460 141 50
Binary 11001001 11 10111101 0 1100011 110 10101 100110000 1100001 101000

Color Harmonies of #C903BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C903BD

Black with #C903BD

Text Example


Text Example

White with #C903BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C903BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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