Html Css Color HEX #C3136F Medium Violet Red

📋 copy color: '#C3136F'

red 195 ◦ green 19 ◦ blue 111

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

Shades of Medium Violet Red #C3136F

Tints of Medium Violet Red #C3136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 60%
G = 5.85%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3136F (or 0xC3136F) is known color: Medium Violet Red. HEX triplet: C3, 13 and 6F. RGB value is (195,19,111). Sum of RGB (Red+Green+Blue) = 195+19+111=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3136F is #3CEC90. Grayscale: #515151. Windows color (decimal): -3992721 or 7279555. OLE color: 7279555.

HSL color Cylindrical-coordinate representation of color #C3136F: hue angle of 328.64º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3136F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 111 -
CMYK 0 0.90 0.43 0.24
HSL 328.64º 0.82% 0.42% -
HSV(B) 328.64º 0.9% 0.76% -
XYZ 25.61 13.22 16.24 -
YUV 82.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 195 19 111 0 0.90 0.43 0.24 328.64 0.82 0.42
Hex C3 13 6F 0 5A 2B 18 149 52 2A
Octal 303 23 157 0 132 53 30 511 122 52
Binary 11000011 10011 1101111 0 1011010 101011 11000 101001001 1010010 101010

Color Harmonies of #C3136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3136F

Black with #C3136F

Text Example


Text Example

White with #C3136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3136F; }

 p { color: rgb(195,19,111); }

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

background-color css

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

 a { background-color: rgb(195,19,111); }

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

border-color css

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

 span { border-color: rgb(195,19,111); }

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