Html Css Color HEX #C307AC Deep Magenta

📋 copy color: '#C307AC'

red 195 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #C307AC

Tints of Deep Magenta #C307AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

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

R = 52.14%
G = 1.87%
B = 45.99%

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

#C307AC (or 0xC307AC) is known color: Deep Magenta. HEX triplet: C3, 07 and AC. RGB value is (195,7,172). Sum of RGB (Red+Green+Blue) = 195+7+172=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C307AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C307AC is #3CF853. Grayscale: #515151. Windows color (decimal): -3995732 or 11274179. OLE color: 11274179.

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

Color convert

RGB 195 7 172 -
CMYK 0 0.96 0.12 0.24
HSL 307.34º 0.93% 0.4% -
HSV(B) 307.34º 0.96% 0.76% -
XYZ 30.03 14.73 40.29 -
YUV 82.02 178.78 208.58 -
System Red Green Blue C M Y K H S L
Decimal 195 7 172 0 0.96 0.12 0.24 307.34 0.93 0.4
Hex C3 7 AC 0 60 C 18 133 5D 28
Octal 303 7 254 0 140 14 30 463 135 50
Binary 11000011 111 10101100 0 1100000 1100 11000 100110011 1011101 101000

Color Harmonies of #C307AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307AC

Black with #C307AC

Text Example


Text Example

White with #C307AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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