Html Css Color HEX #C1068B Medium Violet Red

📋 copy color: '#C1068B'

red 193 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #C1068B

Tints of Medium Violet Red #C1068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 57.1%
G = 1.78%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1068B (or 0xC1068B) is known color: Medium Violet Red. HEX triplet: C1, 06 and 8B. RGB value is (193,6,139). Sum of RGB (Red+Green+Blue) = 193+6+139=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1068B is #3EF974. Grayscale: #4C4C4C. Windows color (decimal): -4127093 or 9111233. OLE color: 9111233.

HSL color Cylindrical-coordinate representation of color #C1068B: hue angle of 317.33º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1068B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 139 -
CMYK 0 0.97 0.28 0.24
HSL 317.33º 0.94% 0.39% -
HSV(B) 317.33º 0.97% 0.76% -
XYZ 26.72 13.33 25.59 -
YUV 77.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 193 6 139 0 0.97 0.28 0.24 317.33 0.94 0.39
Hex C1 6 8B 0 61 1C 18 13D 5E 27
Octal 301 6 213 0 141 34 30 475 136 47
Binary 11000001 110 10001011 0 1100001 11100 11000 100111101 1011110 100111

Color Harmonies of #C1068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1068B

Black with #C1068B

Text Example


Text Example

White with #C1068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1068B; }

 p { color: rgb(193,6,139); }

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

background-color css

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

 a { background-color: rgb(193,6,139); }

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

border-color css

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

 span { border-color: rgb(193,6,139); }

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