Html Css Color HEX #C312AA Deep Magenta

📋 copy color: '#C312AA'

red 195 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #C312AA

Tints of Deep Magenta #C312AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

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

R = 50.91%
G = 4.7%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C312AA (or 0xC312AA) is known color: Deep Magenta. HEX triplet: C3, 12 and AA. RGB value is (195,18,170). Sum of RGB (Red+Green+Blue) = 195+18+170=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C312AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C312AA is #3CED55. Grayscale: #575757. Windows color (decimal): -3992918 or 11145923. OLE color: 11145923.

HSL color Cylindrical-coordinate representation of color #C312AA: hue angle of 308.47º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312AA is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 170 -
CMYK 0 0.91 0.13 0.24
HSL 308.47º 0.83% 0.42% -
HSV(B) 308.47º 0.91% 0.76% -
XYZ 29.98 14.94 39.33 -
YUV 88.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 195 18 170 0 0.91 0.13 0.24 308.47 0.83 0.42
Hex C3 12 AA 0 5B D 18 134 53 2A
Octal 303 22 252 0 133 15 30 464 123 52
Binary 11000011 10010 10101010 0 1011011 1101 11000 100110100 1010011 101010

Color Harmonies of #C312AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312AA

Black with #C312AA

Text Example


Text Example

White with #C312AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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