Html Css Color HEX #C1028B Medium Violet Red

📋 copy color: '#C1028B'

red 193 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #C1028B

Tints of Medium Violet Red #C1028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 57.78%
G = 0.6%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1028B (or 0xC1028B) is known color: Medium Violet Red. HEX triplet: C1, 02 and 8B. RGB value is (193,2,139). Sum of RGB (Red+Green+Blue) = 193+2+139=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1028B is #3EFD74. Grayscale: #4A4A4A. Windows color (decimal): -4128117 or 9110209. OLE color: 9110209.

HSL color Cylindrical-coordinate representation of color #C1028B: hue angle of 316.96º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1028B is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 139 -
CMYK 0 0.99 0.28 0.24
HSL 316.96º 0.98% 0.38% -
HSV(B) 316.96º 0.99% 0.76% -
XYZ 26.67 13.24 25.58 -
YUV 74.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 193 2 139 0 0.99 0.28 0.24 316.96 0.98 0.38
Hex C1 2 8B 0 63 1C 18 13D 62 26
Octal 301 2 213 0 143 34 30 475 142 46
Binary 11000001 10 10001011 0 1100011 11100 11000 100111101 1100010 100110

Color Harmonies of #C1028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1028B

Black with #C1028B

Text Example


Text Example

White with #C1028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1028B; }

 p { color: rgb(193,2,139); }

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

background-color css

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

 a { background-color: rgb(193,2,139); }

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

border-color css

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

 span { border-color: rgb(193,2,139); }

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