Html Css Color HEX #C1029D Medium Violet Red

📋 copy color: '#C1029D'

red 193 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #C1029D

Tints of Medium Violet Red #C1029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 54.83%
G = 0.57%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1029D (or 0xC1029D) is known color: Medium Violet Red. HEX triplet: C1, 02 and 9D. RGB value is (193,2,157). Sum of RGB (Red+Green+Blue) = 193+2+157=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029D is #3EFD62. Grayscale: #4C4C4C. Windows color (decimal): -4128099 or 10289857. OLE color: 10289857.

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

Color convert

RGB 193 2 157 -
CMYK 0 0.99 0.19 0.24
HSL 311.31º 0.98% 0.38% -
HSV(B) 311.31º 0.99% 0.76% -
XYZ 28.1 13.82 33.08 -
YUV 76.78 173.28 210.9 -
System Red Green Blue C M Y K H S L
Decimal 193 2 157 0 0.99 0.19 0.24 311.31 0.98 0.38
Hex C1 2 9D 0 63 13 18 137 62 26
Octal 301 2 235 0 143 23 30 467 142 46
Binary 11000001 10 10011101 0 1100011 10011 11000 100110111 1100010 100110

Color Harmonies of #C1029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1029D

Black with #C1029D

Text Example


Text Example

White with #C1029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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