Html Css Color HEX #C1267A Medium Red Violet

📋 copy color: '#C1267A'

red 193 ◦ green 38 ◦ blue 122

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

Shades of Medium Red Violet #C1267A

Tints of Medium Red Violet #C1267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 54.67%
G = 10.76%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1267A (or 0xC1267A) is known color: Medium Red Violet. HEX triplet: C1, 26 and 7A. RGB value is (193,38,122). Sum of RGB (Red+Green+Blue) = 193+38+122=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1267A is #3ED985. Grayscale: #5D5D5D. Windows color (decimal): -4118918 or 8005313. OLE color: 8005313.

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

Color convert

RGB 193 38 122 -
CMYK 0 0.80 0.37 0.24
HSL 327.48º 0.67% 0.45% -
HSV(B) 327.48º 0.8% 0.76% -
XYZ 26.2 14.13 19.76 -
YUV 93.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 193 38 122 0 0.80 0.37 0.24 327.48 0.67 0.45
Hex C1 26 7A 0 50 25 18 147 43 2D
Octal 301 46 172 0 120 45 30 507 103 55
Binary 11000001 100110 1111010 0 1010000 100101 11000 101000111 1000011 101101

Color Harmonies of #C1267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1267A

Black with #C1267A

Text Example


Text Example

White with #C1267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1267A; }

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

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

background-color css

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

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

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

border-color css

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

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

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