Html Css Color HEX #C31093 Medium Violet Red

📋 copy color: '#C31093'

red 195 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #C31093

Tints of Medium Violet Red #C31093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.47%

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 54.47%
G = 4.47%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31093 (or 0xC31093) is known color: Medium Violet Red. HEX triplet: C3, 10 and 93. RGB value is (195,16,147). Sum of RGB (Red+Green+Blue) = 195+16+147=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C31093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31093 is #3CEF6C. Grayscale: #545454. Windows color (decimal): -3993453 or 9638083. OLE color: 9638083.

HSL color Cylindrical-coordinate representation of color #C31093: hue angle of 316.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31093 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 147 -
CMYK 0 0.92 0.25 0.24
HSL 316.09º 0.85% 0.41% -
HSV(B) 316.09º 0.92% 0.76% -
XYZ 27.96 14.08 28.85 -
YUV 84.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 195 16 147 0 0.92 0.25 0.24 316.09 0.85 0.41
Hex C3 10 93 0 5C 19 18 13C 55 29
Octal 303 20 223 0 134 31 30 474 125 51
Binary 11000011 10000 10010011 0 1011100 11001 11000 100111100 1010101 101001

Color Harmonies of #C31093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31093

Black with #C31093

Text Example


Text Example

White with #C31093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31093; }

 p { color: rgb(195,16,147); }

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

background-color css

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

 a { background-color: rgb(195,16,147); }

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

border-color css

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

 span { border-color: rgb(195,16,147); }

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