Html Css Color HEX #C300AC Deep Magenta

📋 copy color: '#C300AC'

red 195 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #C300AC

Tints of Deep Magenta #C300AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.13%
G = 0%
B = 46.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C300AC (or 0xC300AC) is known color: Deep Magenta. HEX triplet: C3, 00 and AC. RGB value is (195,0,172). Sum of RGB (Red+Green+Blue) = 195+0+172=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C300AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300AC is #3CFF53. Grayscale: #4D4D4D. Windows color (decimal): -3997524 or 11272387. OLE color: 11272387.

HSL color Cylindrical-coordinate representation of color #C300AC: hue angle of 307.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300AC is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 172 -
CMYK 0 1 0.12 0.24
HSL 307.08º 1% 0.38% -
HSV(B) 307.08º 1% 0.76% -
XYZ 29.95 14.58 40.27 -
YUV 77.91 181.1 211.51 -
System Red Green Blue C M Y K H S L
Decimal 195 0 172 0 1 0.12 0.24 307.08 1 0.38
Hex C3 0 AC 0 64 C 18 133 64 26
Octal 303 0 254 0 144 14 30 463 144 46
Binary 11000011 0 10101100 0 1100100 1100 11000 100110011 1100100 100110

Color Harmonies of #C300AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300AC

Black with #C300AC

Text Example


Text Example

White with #C300AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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