Html Css Color HEX #C1267D Medium Red Violet

📋 copy color: '#C1267D'

red 193 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #C1267D

Tints of Medium Red Violet #C1267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 54.21%
G = 10.67%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1267D (or 0xC1267D) is known color: Medium Red Violet. HEX triplet: C1, 26 and 7D. RGB value is (193,38,125). Sum of RGB (Red+Green+Blue) = 193+38+125=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1267D is #3ED982. Grayscale: #5E5E5E. Windows color (decimal): -4118915 or 8201921. OLE color: 8201921.

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

Color convert

RGB 193 38 125 -
CMYK 0 0.80 0.35 0.24
HSL 326.32º 0.67% 0.45% -
HSV(B) 326.32º 0.8% 0.76% -
XYZ 26.39 14.2 20.75 -
YUV 94.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 193 38 125 0 0.80 0.35 0.24 326.32 0.67 0.45
Hex C1 26 7D 0 50 23 18 146 43 2D
Octal 301 46 175 0 120 43 30 506 103 55
Binary 11000001 100110 1111101 0 1010000 100011 11000 101000110 1000011 101101

Color Harmonies of #C1267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1267D

Black with #C1267D

Text Example


Text Example

White with #C1267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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