Html Css Color HEX #C31274 Medium Violet Red

📋 copy color: '#C31274'

red 195 ◦ green 18 ◦ blue 116

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

Shades of Medium Violet Red #C31274

Tints of Medium Violet Red #C31274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 59.27%
G = 5.47%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31274 (or 0xC31274) is known color: Medium Violet Red. HEX triplet: C3, 12 and 74. RGB value is (195,18,116). Sum of RGB (Red+Green+Blue) = 195+18+116=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31274 is #3CED8B. Grayscale: #515151. Windows color (decimal): -3992972 or 7606979. OLE color: 7606979.

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

Color convert

RGB 195 18 116 -
CMYK 0 0.91 0.41 0.24
HSL 326.78º 0.83% 0.42% -
HSV(B) 326.78º 0.91% 0.76% -
XYZ 25.87 13.3 17.73 -
YUV 82.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 195 18 116 0 0.91 0.41 0.24 326.78 0.83 0.42
Hex C3 12 74 0 5B 29 18 147 53 2A
Octal 303 22 164 0 133 51 30 507 123 52
Binary 11000011 10010 1110100 0 1011011 101001 11000 101000111 1010011 101010

Color Harmonies of #C31274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31274

Black with #C31274

Text Example


Text Example

White with #C31274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31274; }

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

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

background-color css

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

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

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

border-color css

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

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

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