Html Css Color HEX #C1207B Medium Violet Red

📋 copy color: '#C1207B'

red 193 ◦ green 32 ◦ blue 123

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

Shades of Medium Violet Red #C1207B

Tints of Medium Violet Red #C1207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 55.46%
G = 9.2%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1207B (or 0xC1207B) is known color: Medium Violet Red. HEX triplet: C1, 20 and 7B. RGB value is (193,32,123). Sum of RGB (Red+Green+Blue) = 193+32+123=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C1207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1207B is #3EDF84. Grayscale: #5A5A5A. Windows color (decimal): -4120453 or 8069313. OLE color: 8069313.

HSL color Cylindrical-coordinate representation of color #C1207B: hue angle of 326.09º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1207B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 123 -
CMYK 0 0.83 0.36 0.24
HSL 326.09º 0.72% 0.44% -
HSV(B) 326.09º 0.83% 0.76% -
XYZ 26.08 13.8 20.03 -
YUV 90.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 193 32 123 0 0.83 0.36 0.24 326.09 0.72 0.44
Hex C1 20 7B 0 53 24 18 146 48 2C
Octal 301 40 173 0 123 44 30 506 110 54
Binary 11000001 100000 1111011 0 1010011 100100 11000 101000110 1001000 101100

Color Harmonies of #C1207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1207B

Black with #C1207B

Text Example


Text Example

White with #C1207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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