Html Css Color HEX #C1029F Medium Violet Red

📋 copy color: '#C1029F'

red 193 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #C1029F

Tints of Medium Violet Red #C1029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 54.52%
G = 0.56%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1029F (or 0xC1029F) is known color: Medium Violet Red. HEX triplet: C1, 02 and 9F. RGB value is (193,2,159). Sum of RGB (Red+Green+Blue) = 193+2+159=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029F is #3EFD60. Grayscale: #4C4C4C. Windows color (decimal): -4128097 or 10420929. OLE color: 10420929.

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

Color convert

RGB 193 2 159 -
CMYK 0 0.99 0.18 0.24
HSL 310.68º 0.98% 0.38% -
HSV(B) 310.68º 0.99% 0.76% -
XYZ 28.27 13.88 33.99 -
YUV 77.01 174.28 210.73 -
System Red Green Blue C M Y K H S L
Decimal 193 2 159 0 0.99 0.18 0.24 310.68 0.98 0.38
Hex C1 2 9F 0 63 12 18 137 62 26
Octal 301 2 237 0 143 22 30 467 142 46
Binary 11000001 10 10011111 0 1100011 10010 11000 100110111 1100010 100110

Color Harmonies of #C1029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1029F

Black with #C1029F

Text Example


Text Example

White with #C1029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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