Html Css Color HEX #C303BC Deep Magenta

📋 copy color: '#C303BC'

red 195 ◦ green 3 ◦ blue 188

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

Shades of Deep Magenta #C303BC

Tints of Deep Magenta #C303BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 50.52%
G = 0.78%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C303BC (or 0xC303BC) is known color: Deep Magenta. HEX triplet: C3, 03 and BC. RGB value is (195,3,188). Sum of RGB (Red+Green+Blue) = 195+3+188=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C303BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303BC is #3CFC43. Grayscale: #505050. Windows color (decimal): -3996740 or 12321731. OLE color: 12321731.

HSL color Cylindrical-coordinate representation of color #C303BC: hue angle of 302.19º 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 #C303BC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 188 -
CMYK 0 0.98 0.04 0.24
HSL 302.19º 0.97% 0.39% -
HSV(B) 302.19º 0.98% 0.76% -
XYZ 31.62 15.3 48.86 -
YUV 81.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 195 3 188 0 0.98 0.04 0.24 302.19 0.97 0.39
Hex C3 3 BC 0 62 4 18 12E 61 27
Octal 303 3 274 0 142 4 30 456 141 47
Binary 11000011 11 10111100 0 1100010 100 11000 100101110 1100001 100111

Color Harmonies of #C303BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303BC

Black with #C303BC

Text Example


Text Example

White with #C303BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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