Html Css Color HEX #C0128F Medium Violet Red

📋 copy color: '#C0128F'

red 192 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #C0128F

Tints of Medium Violet Red #C0128F

RGB

 RED value IS 192 (75.39% from 255) = 54.39%

 GREEN value IS 18 (7.42% from 255) = 5.1%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 54.39%
G = 5.1%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0128F (or 0xC0128F) is known color: Medium Violet Red. HEX triplet: C0, 12 and 8F. RGB value is (192,18,143). Sum of RGB (Red+Green+Blue) = 192+18+143=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0128F is #3FED70. Grayscale: #535353. Windows color (decimal): -4189553 or 9376448. OLE color: 9376448.

HSL color Cylindrical-coordinate representation of color #C0128F: hue angle of 316.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0128F is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 143 -
CMYK 0 0.91 0.26 0.25
HSL 316.9º 0.83% 0.41% -
HSV(B) 316.9º 0.91% 0.75% -
XYZ 26.91 13.62 27.2 -
YUV 84.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 192 18 143 0 0.91 0.26 0.25 316.9 0.83 0.41
Hex C0 12 8F 0 5B 1A 19 13D 53 29
Octal 300 22 217 0 133 32 31 475 123 51
Binary 11000000 10010 10001111 0 1011011 11010 11001 100111101 1010011 101001

Color Harmonies of #C0128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0128F

Black with #C0128F

Text Example


Text Example

White with #C0128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0128F; }

 p { color: rgb(192,18,143); }

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

background-color css

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

 a { background-color: rgb(192,18,143); }

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

border-color css

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

 span { border-color: rgb(192,18,143); }

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