Html Css Color HEX #C60084 Medium Violet Red

📋 copy color: '#C60084'

red 198 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #C60084

Tints of Medium Violet Red #C60084

RGB

 RED value IS 198 (77.73% from 255) = 60%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C60084 (or 0xC60084) is known color: Medium Violet Red. HEX triplet: C6, 00 and 84. RGB value is (198,0,132). Sum of RGB (Red+Green+Blue) = 198+0+132=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C60084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60084 is #39FF7B. Grayscale: #494949. Windows color (decimal): -3800956 or 8650950. OLE color: 8650950.

HSL color Cylindrical-coordinate representation of color #C60084: hue angle of 320º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60084 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 132 -
CMYK 0 1 0.33 0.22
HSL 320º 1% 0.39% -
HSV(B) 320º 1% 0.78% -
XYZ 27.45 13.67 23.02 -
YUV 74.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 198 0 132 0 1 0.33 0.22 320 1 0.39
Hex C6 0 84 0 64 21 16 140 64 27
Octal 306 0 204 0 144 41 26 500 144 47
Binary 11000110 0 10000100 0 1100100 100001 10110 101000000 1100100 100111

Color Harmonies of #C60084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60084

Black with #C60084

Text Example


Text Example

White with #C60084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60084; }

 p { color: rgb(198,0,132); }

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

background-color css

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

 a { background-color: rgb(198,0,132); }

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

border-color css

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

 span { border-color: rgb(198,0,132); }

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