Html Css Color HEX #C1267F Medium Red Violet

📋 copy color: '#C1267F'

red 193 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #C1267F

Tints of Medium Red Violet #C1267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 53.91%
G = 10.61%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1267F (or 0xC1267F) is known color: Medium Red Violet. HEX triplet: C1, 26 and 7F. RGB value is (193,38,127). Sum of RGB (Red+Green+Blue) = 193+38+127=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1267F is #3ED980. Grayscale: #5E5E5E. Windows color (decimal): -4118913 or 8332993. OLE color: 8332993.

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

Color convert

RGB 193 38 127 -
CMYK 0 0.80 0.34 0.24
HSL 325.55º 0.67% 0.45% -
HSV(B) 325.55º 0.8% 0.76% -
XYZ 26.52 14.26 21.43 -
YUV 94.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 193 38 127 0 0.80 0.34 0.24 325.55 0.67 0.45
Hex C1 26 7F 0 50 22 18 146 43 2D
Octal 301 46 177 0 120 42 30 506 103 55
Binary 11000001 100110 1111111 0 1010000 100010 11000 101000110 1000011 101101

Color Harmonies of #C1267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1267F

Black with #C1267F

Text Example


Text Example

White with #C1267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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