Html Css Color HEX #C303BD Deep Magenta

📋 copy color: '#C303BD'

red 195 ◦ green 3 ◦ blue 189

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

Shades of Deep Magenta #C303BD

Tints of Deep Magenta #C303BD

RGB

 RED value IS 195 (76.56% from 255) = 50.39%

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

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

R = 50.39%
G = 0.78%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C303BD (or 0xC303BD) is known color: Deep Magenta. HEX triplet: C3, 03 and BD. RGB value is (195,3,189). Sum of RGB (Red+Green+Blue) = 195+3+189=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C303BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303BD is #3CFC42. Grayscale: #515151. Windows color (decimal): -3996739 or 12387267. OLE color: 12387267.

HSL color Cylindrical-coordinate representation of color #C303BD: hue angle of 301.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C303BD is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 189 -
CMYK 0 0.98 0.03 0.24
HSL 301.88º 0.97% 0.39% -
HSV(B) 301.88º 0.98% 0.76% -
XYZ 31.72 15.34 49.43 -
YUV 81.61 188.61 208.88 -
System Red Green Blue C M Y K H S L
Decimal 195 3 189 0 0.98 0.03 0.24 301.88 0.97 0.39
Hex C3 3 BD 0 62 3 18 12E 61 27
Octal 303 3 275 0 142 3 30 456 141 47
Binary 11000011 11 10111101 0 1100010 11 11000 100101110 1100001 100111

Color Harmonies of #C303BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303BD

Black with #C303BD

Text Example


Text Example

White with #C303BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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