Html Css Color HEX #C309A8 Deep Magenta

📋 copy color: '#C309A8'

red 195 ◦ green 9 ◦ blue 168

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

Shades of Deep Magenta #C309A8

Tints of Deep Magenta #C309A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.16%

R = 52.42%
G = 2.42%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C309A8 (or 0xC309A8) is known color: Deep Magenta. HEX triplet: C3, 09 and A8. RGB value is (195,9,168). Sum of RGB (Red+Green+Blue) = 195+9+168=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C309A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309A8 is #3CF657. Grayscale: #525252. Windows color (decimal): -3995224 or 11012547. OLE color: 11012547.

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

Color convert

RGB 195 9 168 -
CMYK 0 0.95 0.14 0.24
HSL 308.71º 0.91% 0.4% -
HSV(B) 308.71º 0.95% 0.76% -
XYZ 29.67 14.62 38.3 -
YUV 82.74 176.12 208.07 -
System Red Green Blue C M Y K H S L
Decimal 195 9 168 0 0.95 0.14 0.24 308.71 0.91 0.4
Hex C3 9 A8 0 5F E 18 135 5B 28
Octal 303 11 250 0 137 16 30 465 133 50
Binary 11000011 1001 10101000 0 1011111 1110 11000 100110101 1011011 101000

Color Harmonies of #C309A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309A8

Black with #C309A8

Text Example


Text Example

White with #C309A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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