Html Css Color HEX #C10284 Medium Violet Red

📋 copy color: '#C10284'

red 193 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #C10284

Tints of Medium Violet Red #C10284

RGB

 RED value IS 193 (75.78% from 255) = 59.02%

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

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

R = 59.02%
G = 0.61%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10284 (or 0xC10284) is known color: Medium Violet Red. HEX triplet: C1, 02 and 84. RGB value is (193,2,132). Sum of RGB (Red+Green+Blue) = 193+2+132=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C10284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10284 is #3EFD7B. Grayscale: #494949. Windows color (decimal): -4128124 or 8651457. OLE color: 8651457.

HSL color Cylindrical-coordinate representation of color #C10284: hue angle of 319.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10284 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 132 -
CMYK 0 0.99 0.32 0.24
HSL 319.16º 0.98% 0.38% -
HSV(B) 319.16º 0.99% 0.76% -
XYZ 26.18 13.05 22.97 -
YUV 73.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 193 2 132 0 0.99 0.32 0.24 319.16 0.98 0.38
Hex C1 2 84 0 63 20 18 13F 62 26
Octal 301 2 204 0 143 40 30 477 142 46
Binary 11000001 10 10000100 0 1100011 100000 11000 100111111 1100010 100110

Color Harmonies of #C10284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10284

Black with #C10284

Text Example


Text Example

White with #C10284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10284; }

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

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

background-color css

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

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

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

border-color css

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

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

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