Html Css Color HEX #C303B8 Deep Magenta

📋 copy color: '#C303B8'

red 195 ◦ green 3 ◦ blue 184

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

Shades of Deep Magenta #C303B8

Tints of Deep Magenta #C303B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.17%

R = 51.05%
G = 0.79%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C303B8 (or 0xC303B8) is known color: Deep Magenta. HEX triplet: C3, 03 and B8. RGB value is (195,3,184). Sum of RGB (Red+Green+Blue) = 195+3+184=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C303B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303B8 is #3CFC47. Grayscale: #505050. Windows color (decimal): -3996744 or 12059587. OLE color: 12059587.

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

Color convert

RGB 195 3 184 -
CMYK 0 0.98 0.06 0.24
HSL 303.44º 0.97% 0.39% -
HSV(B) 303.44º 0.98% 0.76% -
XYZ 31.19 15.13 46.62 -
YUV 81.04 186.11 209.28 -
System Red Green Blue C M Y K H S L
Decimal 195 3 184 0 0.98 0.06 0.24 303.44 0.97 0.39
Hex C3 3 B8 0 62 6 18 12F 61 27
Octal 303 3 270 0 142 6 30 457 141 47
Binary 11000011 11 10111000 0 1100010 110 11000 100101111 1100001 100111

Color Harmonies of #C303B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303B8

Black with #C303B8

Text Example


Text Example

White with #C303B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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