Html Css Color HEX #C309AB Deep Magenta

📋 copy color: '#C309AB'

red 195 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #C309AB

Tints of Deep Magenta #C309AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 52%
G = 2.4%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C309AB (or 0xC309AB) is known color: Deep Magenta. HEX triplet: C3, 09 and AB. RGB value is (195,9,171). Sum of RGB (Red+Green+Blue) = 195+9+171=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C309AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309AB is #3CF654. Grayscale: #525252. Windows color (decimal): -3995221 or 11209155. OLE color: 11209155.

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

Color convert

RGB 195 9 171 -
CMYK 0 0.95 0.12 0.24
HSL 307.74º 0.91% 0.4% -
HSV(B) 307.74º 0.95% 0.76% -
XYZ 29.95 14.74 39.79 -
YUV 83.08 177.62 207.83 -
System Red Green Blue C M Y K H S L
Decimal 195 9 171 0 0.95 0.12 0.24 307.74 0.91 0.4
Hex C3 9 AB 0 5F C 18 134 5B 28
Octal 303 11 253 0 137 14 30 464 133 50
Binary 11000011 1001 10101011 0 1011111 1100 11000 100110100 1011011 101000

Color Harmonies of #C309AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309AB

Black with #C309AB

Text Example


Text Example

White with #C309AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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