Html Css Color HEX #C1267B Medium Red Violet

📋 copy color: '#C1267B'

red 193 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #C1267B

Tints of Medium Red Violet #C1267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 54.52%
G = 10.73%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1267B (or 0xC1267B) is known color: Medium Red Violet. HEX triplet: C1, 26 and 7B. RGB value is (193,38,123). Sum of RGB (Red+Green+Blue) = 193+38+123=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1267B is #3ED984. Grayscale: #5D5D5D. Windows color (decimal): -4118917 or 8070849. OLE color: 8070849.

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

Color convert

RGB 193 38 123 -
CMYK 0 0.80 0.36 0.24
HSL 327.1º 0.67% 0.45% -
HSV(B) 327.1º 0.8% 0.76% -
XYZ 26.26 14.15 20.09 -
YUV 94.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 193 38 123 0 0.80 0.36 0.24 327.1 0.67 0.45
Hex C1 26 7B 0 50 24 18 147 43 2D
Octal 301 46 173 0 120 44 30 507 103 55
Binary 11000001 100110 1111011 0 1010000 100100 11000 101000111 1000011 101101

Color Harmonies of #C1267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1267B

Black with #C1267B

Text Example


Text Example

White with #C1267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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