Html Css Color HEX #C308AD Deep Magenta

📋 copy color: '#C308AD'

red 195 ◦ green 8 ◦ blue 173

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

Shades of Deep Magenta #C308AD

Tints of Deep Magenta #C308AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 51.86%
G = 2.13%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C308AD (or 0xC308AD) is known color: Deep Magenta. HEX triplet: C3, 08 and AD. RGB value is (195,8,173). Sum of RGB (Red+Green+Blue) = 195+8+173=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C308AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308AD is #3CF752. Grayscale: #525252. Windows color (decimal): -3995475 or 11339971. OLE color: 11339971.

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

Color convert

RGB 195 8 173 -
CMYK 0 0.96 0.11 0.24
HSL 307.06º 0.92% 0.4% -
HSV(B) 307.06º 0.96% 0.76% -
XYZ 30.14 14.79 40.8 -
YUV 82.72 178.95 208.08 -
System Red Green Blue C M Y K H S L
Decimal 195 8 173 0 0.96 0.11 0.24 307.06 0.92 0.4
Hex C3 8 AD 0 60 B 18 133 5C 28
Octal 303 10 255 0 140 13 30 463 134 50
Binary 11000011 1000 10101101 0 1100000 1011 11000 100110011 1011100 101000

Color Harmonies of #C308AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308AD

Black with #C308AD

Text Example


Text Example

White with #C308AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308AD; }

 p { color: rgb(195,8,173); }

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

background-color css

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

 a { background-color: rgb(195,8,173); }

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

border-color css

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

 span { border-color: rgb(195,8,173); }

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