Html Css Color HEX #C305BF Deep Magenta

📋 copy color: '#C305BF'

red 195 ◦ green 5 ◦ blue 191

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

Shades of Deep Magenta #C305BF

Tints of Deep Magenta #C305BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 191 (75% from 255) = 48.85%

R = 49.87%
G = 1.28%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C305BF (or 0xC305BF) is known color: Deep Magenta. HEX triplet: C3, 05 and BF. RGB value is (195,5,191). Sum of RGB (Red+Green+Blue) = 195+5+191=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C305BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305BF is #3CFA40. Grayscale: #525252. Windows color (decimal): -3996225 or 12518851. OLE color: 12518851.

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

Color convert

RGB 195 5 191 -
CMYK 0 0.97 0.02 0.24
HSL 301.26º 0.95% 0.39% -
HSV(B) 301.26º 0.97% 0.76% -
XYZ 31.96 15.47 50.59 -
YUV 83.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 195 5 191 0 0.97 0.02 0.24 301.26 0.95 0.39
Hex C3 5 BF 0 61 2 18 12D 5F 27
Octal 303 5 277 0 141 2 30 455 137 47
Binary 11000011 101 10111111 0 1100001 10 11000 100101101 1011111 100111

Color Harmonies of #C305BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C305BF

Black with #C305BF

Text Example


Text Example

White with #C305BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C305BF; }

 p { color: rgb(195,5,191); }

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

background-color css

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

 a { background-color: rgb(195,5,191); }

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

border-color css

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

 span { border-color: rgb(195,5,191); }

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