Html Css Color HEX #C80F8C Medium Violet Red

📋 copy color: '#C80F8C'

red 200 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #C80F8C

Tints of Medium Violet Red #C80F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 56.34%
G = 4.23%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C80F8C (or 0xC80F8C) is known color: Medium Violet Red. HEX triplet: C8, 0F and 8C. RGB value is (200,15,140). Sum of RGB (Red+Green+Blue) = 200+15+140=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80F8C is #37F073. Grayscale: #545454. Windows color (decimal): -3666036 or 9179080. OLE color: 9179080.

HSL color Cylindrical-coordinate representation of color #C80F8C: hue angle of 319.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F8C is Cyan = 0, Magento = 0.92, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 140 -
CMYK 0 0.92 0.3 0.22
HSL 319.46º 0.86% 0.42% -
HSV(B) 319.46º 0.93% 0.78% -
XYZ 28.72 14.51 26.1 -
YUV 84.57 159.29 210.34 -
System Red Green Blue C M Y K H S L
Decimal 200 15 140 0 0.92 0.3 0.22 319.46 0.86 0.42
Hex C8 F 8C 0 5C 1E 16 13F 56 2A
Octal 310 17 214 0 134 36 26 477 126 52
Binary 11001000 1111 10001100 0 1011100 11110 10110 100111111 1010110 101010

Color Harmonies of #C80F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F8C

Black with #C80F8C

Text Example


Text Example

White with #C80F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F8C; }

 p { color: rgb(200,15,140); }

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

background-color css

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

 a { background-color: rgb(200,15,140); }

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

border-color css

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

 span { border-color: rgb(200,15,140); }

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