Html Css Color HEX #C309BD Deep Magenta

📋 copy color: '#C309BD'

red 195 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #C309BD

Tints of Deep Magenta #C309BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 49.62%
G = 2.29%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C309BD (or 0xC309BD) is known color: Deep Magenta. HEX triplet: C3, 09 and BD. RGB value is (195,9,189). Sum of RGB (Red+Green+Blue) = 195+9+189=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C309BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309BD is #3CF642. Grayscale: #545454. Windows color (decimal): -3995203 or 12388803. OLE color: 12388803.

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

Color convert

RGB 195 9 189 -
CMYK 0 0.95 0.03 0.24
HSL 301.94º 0.91% 0.4% -
HSV(B) 301.94º 0.95% 0.76% -
XYZ 31.79 15.47 49.45 -
YUV 85.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 195 9 189 0 0.95 0.03 0.24 301.94 0.91 0.4
Hex C3 9 BD 0 5F 3 18 12E 5B 28
Octal 303 11 275 0 137 3 30 456 133 50
Binary 11000011 1001 10111101 0 1011111 11 11000 100101110 1011011 101000

Color Harmonies of #C309BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309BD

Black with #C309BD

Text Example


Text Example

White with #C309BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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