Html Css Color HEX #C303B0 Deep Magenta

📋 copy color: '#C303B0'

red 195 ◦ green 3 ◦ blue 176

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

Shades of Deep Magenta #C303B0

Tints of Deep Magenta #C303B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.06%

R = 52.14%
G = 0.8%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C303B0 (or 0xC303B0) is known color: Deep Magenta. HEX triplet: C3, 03 and B0. RGB value is (195,3,176). Sum of RGB (Red+Green+Blue) = 195+3+176=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C303B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303B0 is #3CFC4F. Grayscale: #4F4F4F. Windows color (decimal): -3996752 or 11535299. OLE color: 11535299.

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

Color convert

RGB 195 3 176 -
CMYK 0 0.98 0.10 0.24
HSL 305.94º 0.97% 0.39% -
HSV(B) 305.94º 0.98% 0.76% -
XYZ 30.37 14.8 42.33 -
YUV 80.13 182.11 209.93 -
System Red Green Blue C M Y K H S L
Decimal 195 3 176 0 0.98 0.10 0.24 305.94 0.97 0.39
Hex C3 3 B0 0 62 A 18 132 61 27
Octal 303 3 260 0 142 12 30 462 141 47
Binary 11000011 11 10110000 0 1100010 1010 11000 100110010 1100001 100111

Color Harmonies of #C303B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303B0

Black with #C303B0

Text Example


Text Example

White with #C303B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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