Html Css Color HEX #C80675 Medium Violet Red

📋 copy color: '#C80675'

red 200 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #C80675

Tints of Medium Violet Red #C80675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 61.92%
G = 1.86%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80675 (or 0xC80675) is known color: Medium Violet Red. HEX triplet: C8, 06 and 75. RGB value is (200,6,117). Sum of RGB (Red+Green+Blue) = 200+6+117=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C80675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80675 is #37F98A. Grayscale: #4C4C4C. Windows color (decimal): -3668363 or 7669448. OLE color: 7669448.

HSL color Cylindrical-coordinate representation of color #C80675: hue angle of 325.67º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80675 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 117 -
CMYK 0 0.97 0.42 0.22
HSL 325.67º 0.94% 0.4% -
HSV(B) 325.67º 0.97% 0.78% -
XYZ 27.1 13.69 18.04 -
YUV 76.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 200 6 117 0 0.97 0.42 0.22 325.67 0.94 0.4
Hex C8 6 75 0 61 2A 16 146 5E 28
Octal 310 6 165 0 141 52 26 506 136 50
Binary 11001000 110 1110101 0 1100001 101010 10110 101000110 1011110 101000

Color Harmonies of #C80675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80675

Black with #C80675

Text Example


Text Example

White with #C80675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80675; }

 p { color: rgb(200,6,117); }

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

background-color css

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

 a { background-color: rgb(200,6,117); }

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

border-color css

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

 span { border-color: rgb(200,6,117); }

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