Html Css Color HEX #C1269D Medium Red Violet

📋 copy color: '#C1269D'

red 193 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #C1269D

Tints of Medium Red Violet #C1269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 49.74%
G = 9.79%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1269D (or 0xC1269D) is known color: Medium Red Violet. HEX triplet: C1, 26 and 9D. RGB value is (193,38,157). Sum of RGB (Red+Green+Blue) = 193+38+157=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1269D is #3ED962. Grayscale: #616161. Windows color (decimal): -4118883 or 10299073. OLE color: 10299073.

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

Color convert

RGB 193 38 157 -
CMYK 0 0.80 0.19 0.24
HSL 313.94º 0.67% 0.45% -
HSV(B) 313.94º 0.8% 0.76% -
XYZ 28.77 15.16 33.31 -
YUV 97.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 193 38 157 0 0.80 0.19 0.24 313.94 0.67 0.45
Hex C1 26 9D 0 50 13 18 13A 43 2D
Octal 301 46 235 0 120 23 30 472 103 55
Binary 11000001 100110 10011101 0 1010000 10011 11000 100111010 1000011 101101

Color Harmonies of #C1269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1269D

Black with #C1269D

Text Example


Text Example

White with #C1269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1269D; }

 p { color: rgb(193,38,157); }

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

background-color css

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

 a { background-color: rgb(193,38,157); }

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

border-color css

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

 span { border-color: rgb(193,38,157); }

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