Html Css Color HEX #C312AF Deep Magenta

📋 copy color: '#C312AF'

red 195 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #C312AF

Tints of Deep Magenta #C312AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 50.26%
G = 4.64%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C312AF (or 0xC312AF) is known color: Deep Magenta. HEX triplet: C3, 12 and AF. RGB value is (195,18,175). Sum of RGB (Red+Green+Blue) = 195+18+175=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C312AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C312AF is #3CED50. Grayscale: #585858. Windows color (decimal): -3992913 or 11473603. OLE color: 11473603.

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

Color convert

RGB 195 18 175 -
CMYK 0 0.91 0.10 0.24
HSL 306.78º 0.83% 0.42% -
HSV(B) 306.78º 0.91% 0.76% -
XYZ 30.46 15.13 41.87 -
YUV 88.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 195 18 175 0 0.91 0.10 0.24 306.78 0.83 0.42
Hex C3 12 AF 0 5B A 18 133 53 2A
Octal 303 22 257 0 133 12 30 463 123 52
Binary 11000011 10010 10101111 0 1011011 1010 11000 100110011 1010011 101010

Color Harmonies of #C312AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312AF

Black with #C312AF

Text Example


Text Example

White with #C312AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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