Html Css Color HEX #C8138F Medium Violet Red

📋 copy color: '#C8138F'

red 200 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #C8138F

Tints of Medium Violet Red #C8138F

RGB

 RED value IS 200 (78.52% from 255) = 55.25%

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

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

R = 55.25%
G = 5.25%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8138F (or 0xC8138F) is known color: Medium Violet Red. HEX triplet: C8, 13 and 8F. RGB value is (200,19,143). Sum of RGB (Red+Green+Blue) = 200+19+143=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8138F is #37EC70. Grayscale: #565656. Windows color (decimal): -3665009 or 9376712. OLE color: 9376712.

HSL color Cylindrical-coordinate representation of color #C8138F: hue angle of 318.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8138F is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 143 -
CMYK 0 0.90 0.28 0.22
HSL 318.9º 0.83% 0.43% -
HSV(B) 318.9º 0.91% 0.78% -
XYZ 29.01 14.73 27.3 -
YUV 87.26 159.47 208.42 -
System Red Green Blue C M Y K H S L
Decimal 200 19 143 0 0.90 0.28 0.22 318.9 0.83 0.43
Hex C8 13 8F 0 5A 1C 16 13F 53 2B
Octal 310 23 217 0 132 34 26 477 123 53
Binary 11001000 10011 10001111 0 1011010 11100 10110 100111111 1010011 101011

Color Harmonies of #C8138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8138F

Black with #C8138F

Text Example


Text Example

White with #C8138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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