Html Css Color HEX #C309B5 Deep Magenta

📋 copy color: '#C309B5'

red 195 ◦ green 9 ◦ blue 181

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

Shades of Deep Magenta #C309B5

Tints of Deep Magenta #C309B5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 50.65%
G = 2.34%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C309B5 (or 0xC309B5) is known color: Deep Magenta. HEX triplet: C3, 09 and B5. RGB value is (195,9,181). Sum of RGB (Red+Green+Blue) = 195+9+181=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C309B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309B5 is #3CF64A. Grayscale: #535353. Windows color (decimal): -3995211 or 11864515. OLE color: 11864515.

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

Color convert

RGB 195 9 181 -
CMYK 0 0.95 0.07 0.24
HSL 304.52º 0.91% 0.4% -
HSV(B) 304.52º 0.95% 0.76% -
XYZ 30.94 15.13 45.01 -
YUV 84.22 182.62 207.01 -
System Red Green Blue C M Y K H S L
Decimal 195 9 181 0 0.95 0.07 0.24 304.52 0.91 0.4
Hex C3 9 B5 0 5F 7 18 131 5B 28
Octal 303 11 265 0 137 7 30 461 133 50
Binary 11000011 1001 10110101 0 1011111 111 11000 100110001 1011011 101000

Color Harmonies of #C309B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309B5

Black with #C309B5

Text Example


Text Example

White with #C309B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309B5; }

 p { color: rgb(195,9,181); }

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

background-color css

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

 a { background-color: rgb(195,9,181); }

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

border-color css

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

 span { border-color: rgb(195,9,181); }

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