Html Css Color HEX #C1268C Medium Red Violet

📋 copy color: '#C1268C'

red 193 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #C1268C

Tints of Medium Red Violet #C1268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 52.02%
G = 10.24%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1268C (or 0xC1268C) is known color: Medium Red Violet. HEX triplet: C1, 26 and 8C. RGB value is (193,38,140). Sum of RGB (Red+Green+Blue) = 193+38+140=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1268C is #3ED973. Grayscale: #5F5F5F. Windows color (decimal): -4118900 or 9184961. OLE color: 9184961.

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

Color convert

RGB 193 38 140 -
CMYK 0 0.80 0.27 0.24
HSL 320.52º 0.67% 0.45% -
HSV(B) 320.52º 0.8% 0.76% -
XYZ 27.42 14.62 26.19 -
YUV 95.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 193 38 140 0 0.80 0.27 0.24 320.52 0.67 0.45
Hex C1 26 8C 0 50 1B 18 141 43 2D
Octal 301 46 214 0 120 33 30 501 103 55
Binary 11000001 100110 10001100 0 1010000 11011 11000 101000001 1000011 101101

Color Harmonies of #C1268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1268C

Black with #C1268C

Text Example


Text Example

White with #C1268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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