Html Css Color HEX #C1279B Medium Red Violet

📋 copy color: '#C1279B'

red 193 ◦ green 39 ◦ blue 155

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

Shades of Medium Red Violet #C1279B

Tints of Medium Red Violet #C1279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.08%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 49.87%
G = 10.08%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1279B (or 0xC1279B) is known color: Medium Red Violet. HEX triplet: C1, 27 and 9B. RGB value is (193,39,155). Sum of RGB (Red+Green+Blue) = 193+39+155=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1279B is #3ED864. Grayscale: #616161. Windows color (decimal): -4118629 or 10168257. OLE color: 10168257.

HSL color Cylindrical-coordinate representation of color #C1279B: hue angle of 314.81º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1279B is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 155 -
CMYK 0 0.80 0.20 0.24
HSL 314.81º 0.66% 0.45% -
HSV(B) 314.81º 0.8% 0.76% -
XYZ 28.63 15.16 32.43 -
YUV 98.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 193 39 155 0 0.80 0.20 0.24 314.81 0.66 0.45
Hex C1 27 9B 0 50 14 18 13B 42 2D
Octal 301 47 233 0 120 24 30 473 102 55
Binary 11000001 100111 10011011 0 1010000 10100 11000 100111011 1000010 101101

Color Harmonies of #C1279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1279B

Black with #C1279B

Text Example


Text Example

White with #C1279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1279B; }

 p { color: rgb(193,39,155); }

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

background-color css

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

 a { background-color: rgb(193,39,155); }

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

border-color css

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

 span { border-color: rgb(193,39,155); }

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