Html Css Color HEX #C1029A Medium Violet Red

📋 copy color: '#C1029A'

red 193 ◦ green 2 ◦ blue 154

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

Shades of Medium Violet Red #C1029A

Tints of Medium Violet Red #C1029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 55.3%
G = 0.57%
B = 44.13%

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

#C1029A (or 0xC1029A) is known color: Medium Violet Red. HEX triplet: C1, 02 and 9A. RGB value is (193,2,154). Sum of RGB (Red+Green+Blue) = 193+2+154=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029A is #3EFD65. Grayscale: #4C4C4C. Windows color (decimal): -4128102 or 10093249. OLE color: 10093249.

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

Color convert

RGB 193 2 154 -
CMYK 0 0.99 0.20 0.24
HSL 312.25º 0.98% 0.38% -
HSV(B) 312.25º 0.99% 0.76% -
XYZ 27.85 13.71 31.75 -
YUV 76.44 171.78 211.14 -
System Red Green Blue C M Y K H S L
Decimal 193 2 154 0 0.99 0.20 0.24 312.25 0.98 0.38
Hex C1 2 9A 0 63 14 18 138 62 26
Octal 301 2 232 0 143 24 30 470 142 46
Binary 11000001 10 10011010 0 1100011 10100 11000 100111000 1100010 100110

Color Harmonies of #C1029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1029A

Black with #C1029A

Text Example


Text Example

White with #C1029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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