Html Css Color HEX #C1268F Medium Red Violet

📋 copy color: '#C1268F'

red 193 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #C1268F

Tints of Medium Red Violet #C1268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 51.6%
G = 10.16%
B = 38.24%

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

#C1268F (or 0xC1268F) is known color: Medium Red Violet. HEX triplet: C1, 26 and 8F. RGB value is (193,38,143). Sum of RGB (Red+Green+Blue) = 193+38+143=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1268F is #3ED970. Grayscale: #606060. Windows color (decimal): -4118897 or 9381569. OLE color: 9381569.

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

Color convert

RGB 193 38 143 -
CMYK 0 0.80 0.26 0.24
HSL 319.35º 0.67% 0.45% -
HSV(B) 319.35º 0.8% 0.76% -
XYZ 27.64 14.71 27.37 -
YUV 96.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 193 38 143 0 0.80 0.26 0.24 319.35 0.67 0.45
Hex C1 26 8F 0 50 1A 18 13F 43 2D
Octal 301 46 217 0 120 32 30 477 103 55
Binary 11000001 100110 10001111 0 1010000 11010 11000 100111111 1000011 101101

Color Harmonies of #C1268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1268F

Black with #C1268F

Text Example


Text Example

White with #C1268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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