Html Css Color HEX #C1268E Medium Red Violet

📋 copy color: '#C1268E'

red 193 ◦ green 38 ◦ blue 142

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

Shades of Medium Red Violet #C1268E

Tints of Medium Red Violet #C1268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 51.74%
G = 10.19%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1268E (or 0xC1268E) is known color: Medium Red Violet. HEX triplet: C1, 26 and 8E. RGB value is (193,38,142). Sum of RGB (Red+Green+Blue) = 193+38+142=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1268E is #3ED971. Grayscale: #5F5F5F. Windows color (decimal): -4118898 or 9316033. OLE color: 9316033.

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

Color convert

RGB 193 38 142 -
CMYK 0 0.80 0.26 0.24
HSL 319.74º 0.67% 0.45% -
HSV(B) 319.74º 0.8% 0.76% -
XYZ 27.57 14.68 26.97 -
YUV 96.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 193 38 142 0 0.80 0.26 0.24 319.74 0.67 0.45
Hex C1 26 8E 0 50 1A 18 140 43 2D
Octal 301 46 216 0 120 32 30 500 103 55
Binary 11000001 100110 10001110 0 1010000 11010 11000 101000000 1000011 101101

Color Harmonies of #C1268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1268E

Black with #C1268E

Text Example


Text Example

White with #C1268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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