Html Css Color HEX #C60284 Medium Violet Red

📋 copy color: '#C60284'

red 198 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #C60284

Tints of Medium Violet Red #C60284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 59.64%
G = 0.6%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C60284 (or 0xC60284) is known color: Medium Violet Red. HEX triplet: C6, 02 and 84. RGB value is (198,2,132). Sum of RGB (Red+Green+Blue) = 198+2+132=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C60284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60284 is #39FD7B. Grayscale: #4B4B4B. Windows color (decimal): -3800444 or 8651462. OLE color: 8651462.

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

Color convert

RGB 198 2 132 -
CMYK 0 0.99 0.33 0.22
HSL 320.2º 0.98% 0.39% -
HSV(B) 320.2º 0.99% 0.78% -
XYZ 27.48 13.72 23.03 -
YUV 75.42 159.93 215.43 -
System Red Green Blue C M Y K H S L
Decimal 198 2 132 0 0.99 0.33 0.22 320.2 0.98 0.39
Hex C6 2 84 0 63 21 16 140 62 27
Octal 306 2 204 0 143 41 26 500 142 47
Binary 11000110 10 10000100 0 1100011 100001 10110 101000000 1100010 100111

Color Harmonies of #C60284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60284

Black with #C60284

Text Example


Text Example

White with #C60284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60284; }

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

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

background-color css

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

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

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

border-color css

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

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

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