Html Css Color HEX #C1069E Medium Violet Red

📋 copy color: '#C1069E'

red 193 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #C1069E

Tints of Medium Violet Red #C1069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 54.06%
G = 1.68%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1069E (or 0xC1069E) is known color: Medium Violet Red. HEX triplet: C1, 06 and 9E. RGB value is (193,6,158). Sum of RGB (Red+Green+Blue) = 193+6+158=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1069E is #3EF961. Grayscale: #4E4E4E. Windows color (decimal): -4127074 or 10356417. OLE color: 10356417.

HSL color Cylindrical-coordinate representation of color #C1069E: hue angle of 311.23º 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 #C1069E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 158 -
CMYK 0 0.97 0.18 0.24
HSL 311.23º 0.94% 0.39% -
HSV(B) 311.23º 0.97% 0.76% -
XYZ 28.23 13.94 33.55 -
YUV 79.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 193 6 158 0 0.97 0.18 0.24 311.23 0.94 0.39
Hex C1 6 9E 0 61 12 18 137 5E 27
Octal 301 6 236 0 141 22 30 467 136 47
Binary 11000001 110 10011110 0 1100001 10010 11000 100110111 1011110 100111

Color Harmonies of #C1069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1069E

Black with #C1069E

Text Example


Text Example

White with #C1069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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