Html Css Color HEX #C1029B Medium Violet Red

📋 copy color: '#C1029B'

red 193 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #C1029B

Tints of Medium Violet Red #C1029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 55.14%
G = 0.57%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1029B (or 0xC1029B) is known color: Medium Violet Red. HEX triplet: C1, 02 and 9B. RGB value is (193,2,155). Sum of RGB (Red+Green+Blue) = 193+2+155=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029B is #3EFD64. Grayscale: #4C4C4C. Windows color (decimal): -4128101 or 10158785. OLE color: 10158785.

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

Color convert

RGB 193 2 155 -
CMYK 0 0.99 0.20 0.24
HSL 311.94º 0.98% 0.38% -
HSV(B) 311.94º 0.99% 0.76% -
XYZ 27.93 13.75 32.19 -
YUV 76.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 193 2 155 0 0.99 0.20 0.24 311.94 0.98 0.38
Hex C1 2 9B 0 63 14 18 138 62 26
Octal 301 2 233 0 143 24 30 470 142 46
Binary 11000001 10 10011011 0 1100011 10100 11000 100111000 1100010 100110

Color Harmonies of #C1029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1029B

Black with #C1029B

Text Example


Text Example

White with #C1029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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