Html Css Color HEX #C0138F Medium Violet Red

📋 copy color: '#C0138F'

red 192 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #C0138F

Tints of Medium Violet Red #C0138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 54.24%
G = 5.37%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0138F (or 0xC0138F) is known color: Medium Violet Red. HEX triplet: C0, 13 and 8F. RGB value is (192,19,143). Sum of RGB (Red+Green+Blue) = 192+19+143=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0138F is #3FEC70. Grayscale: #545454. Windows color (decimal): -4189297 or 9376704. OLE color: 9376704.

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

Color convert

RGB 192 19 143 -
CMYK 0 0.90 0.26 0.25
HSL 316.99º 0.82% 0.41% -
HSV(B) 316.99º 0.9% 0.75% -
XYZ 26.93 13.66 27.2 -
YUV 84.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 192 19 143 0 0.90 0.26 0.25 316.99 0.82 0.41
Hex C0 13 8F 0 5A 1A 19 13D 52 29
Octal 300 23 217 0 132 32 31 475 122 51
Binary 11000000 10011 10001111 0 1011010 11010 11001 100111101 1010010 101001

Color Harmonies of #C0138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0138F

Black with #C0138F

Text Example


Text Example

White with #C0138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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