Html Css Color HEX #C308AC Deep Magenta

📋 copy color: '#C308AC'

red 195 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #C308AC

Tints of Deep Magenta #C308AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 52%
G = 2.13%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C308AC (or 0xC308AC) is known color: Deep Magenta. HEX triplet: C3, 08 and AC. RGB value is (195,8,172). Sum of RGB (Red+Green+Blue) = 195+8+172=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C308AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308AC is #3CF753. Grayscale: #525252. Windows color (decimal): -3995476 or 11274435. OLE color: 11274435.

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

Color convert

RGB 195 8 172 -
CMYK 0 0.96 0.12 0.24
HSL 307.38º 0.92% 0.4% -
HSV(B) 307.38º 0.96% 0.76% -
XYZ 30.04 14.75 40.29 -
YUV 82.61 178.45 208.16 -
System Red Green Blue C M Y K H S L
Decimal 195 8 172 0 0.96 0.12 0.24 307.38 0.92 0.4
Hex C3 8 AC 0 60 C 18 133 5C 28
Octal 303 10 254 0 140 14 30 463 134 50
Binary 11000011 1000 10101100 0 1100000 1100 11000 100110011 1011100 101000

Color Harmonies of #C308AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308AC

Black with #C308AC

Text Example


Text Example

White with #C308AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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