Html Css Color HEX #C1069C Medium Violet Red

📋 copy color: '#C1069C'

red 193 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #C1069C

Tints of Medium Violet Red #C1069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 54.37%
G = 1.69%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1069C (or 0xC1069C) is known color: Medium Violet Red. HEX triplet: C1, 06 and 9C. RGB value is (193,6,156). Sum of RGB (Red+Green+Blue) = 193+6+156=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1069C is #3EF963. Grayscale: #4E4E4E. Windows color (decimal): -4127076 or 10225345. OLE color: 10225345.

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

Color convert

RGB 193 6 156 -
CMYK 0 0.97 0.19 0.24
HSL 311.87º 0.94% 0.39% -
HSV(B) 311.87º 0.97% 0.76% -
XYZ 28.06 13.87 32.65 -
YUV 79.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 193 6 156 0 0.97 0.19 0.24 311.87 0.94 0.39
Hex C1 6 9C 0 61 13 18 138 5E 27
Octal 301 6 234 0 141 23 30 470 136 47
Binary 11000001 110 10011100 0 1100001 10011 11000 100111000 1011110 100111

Color Harmonies of #C1069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1069C

Black with #C1069C

Text Example


Text Example

White with #C1069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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