Html Css Color HEX #C1027D Medium Violet Red

📋 copy color: '#C1027D'

red 193 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #C1027D

Tints of Medium Violet Red #C1027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 60.31%
G = 0.63%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1027D (or 0xC1027D) is known color: Medium Violet Red. HEX triplet: C1, 02 and 7D. RGB value is (193,2,125). Sum of RGB (Red+Green+Blue) = 193+2+125=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1027D is #3EFD82. Grayscale: #484848. Windows color (decimal): -4128131 or 8192705. OLE color: 8192705.

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

Color convert

RGB 193 2 125 -
CMYK 0 0.99 0.35 0.24
HSL 321.36º 0.98% 0.38% -
HSV(B) 321.36º 0.99% 0.76% -
XYZ 25.72 12.86 20.53 -
YUV 73.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 193 2 125 0 0.99 0.35 0.24 321.36 0.98 0.38
Hex C1 2 7D 0 63 23 18 141 62 26
Octal 301 2 175 0 143 43 30 501 142 46
Binary 11000001 10 1111101 0 1100011 100011 11000 101000001 1100010 100110

Color Harmonies of #C1027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1027D

Black with #C1027D

Text Example


Text Example

White with #C1027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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