Html Css Color HEX #C300AA Deep Magenta

📋 copy color: '#C300AA'

red 195 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #C300AA

Tints of Deep Magenta #C300AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 53.42%
G = 0%
B = 46.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C300AA (or 0xC300AA) is known color: Deep Magenta. HEX triplet: C3, 00 and AA. RGB value is (195,0,170). Sum of RGB (Red+Green+Blue) = 195+0+170=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C300AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300AA is #3CFF55. Grayscale: #4D4D4D. Windows color (decimal): -3997526 or 11141315. OLE color: 11141315.

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

Color convert

RGB 195 0 170 -
CMYK 0 1 0.13 0.24
HSL 307.69º 1% 0.38% -
HSV(B) 307.69º 1% 0.76% -
XYZ 29.76 14.5 39.26 -
YUV 77.69 180.1 211.68 -
System Red Green Blue C M Y K H S L
Decimal 195 0 170 0 1 0.13 0.24 307.69 1 0.38
Hex C3 0 AA 0 64 D 18 134 64 26
Octal 303 0 252 0 144 15 30 464 144 46
Binary 11000011 0 10101010 0 1100100 1101 11000 100110100 1100100 100110

Color Harmonies of #C300AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300AA

Black with #C300AA

Text Example


Text Example

White with #C300AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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