Html Css Color HEX #C1206D Medium Violet Red

📋 copy color: '#C1206D'

red 193 ◦ green 32 ◦ blue 109

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

Shades of Medium Violet Red #C1206D

Tints of Medium Violet Red #C1206D

RGB

 RED value IS 193 (75.78% from 255) = 57.78%

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 57.78%
G = 9.58%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1206D (or 0xC1206D) is known color: Medium Violet Red. HEX triplet: C1, 20 and 6D. RGB value is (193,32,109). Sum of RGB (Red+Green+Blue) = 193+32+109=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1206D is #3EDF92. Grayscale: #585858. Windows color (decimal): -4120467 or 7151809. OLE color: 7151809.

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

Color convert

RGB 193 32 109 -
CMYK 0 0.83 0.44 0.24
HSL 331.3º 0.72% 0.44% -
HSV(B) 331.3º 0.83% 0.76% -
XYZ 25.27 13.47 15.74 -
YUV 88.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 193 32 109 0 0.83 0.44 0.24 331.3 0.72 0.44
Hex C1 20 6D 0 53 2C 18 14B 48 2C
Octal 301 40 155 0 123 54 30 513 110 54
Binary 11000001 100000 1101101 0 1010011 101100 11000 101001011 1001000 101100

Color Harmonies of #C1206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1206D

Black with #C1206D

Text Example


Text Example

White with #C1206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1206D; }

 p { color: rgb(193,32,109); }

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

background-color css

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

 a { background-color: rgb(193,32,109); }

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

border-color css

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

 span { border-color: rgb(193,32,109); }

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