Html Css Color HEX #C82290 Medium Violet Red

📋 copy color: '#C82290'

red 200 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #C82290

Tints of Medium Violet Red #C82290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 52.91%
G = 8.99%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C82290 (or 0xC82290) is known color: Medium Violet Red. HEX triplet: C8, 22 and 90. RGB value is (200,34,144). Sum of RGB (Red+Green+Blue) = 200+34+144=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C82290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82290 is #37DD6F. Grayscale: #5F5F5F. Windows color (decimal): -3661168 or 9446088. OLE color: 9446088.

HSL color Cylindrical-coordinate representation of color #C82290: hue angle of 320.24º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82290 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 144 -
CMYK 0 0.83 0.28 0.22
HSL 320.24º 0.71% 0.46% -
HSV(B) 320.24º 0.83% 0.78% -
XYZ 29.43 15.44 27.81 -
YUV 96.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 200 34 144 0 0.83 0.28 0.22 320.24 0.71 0.46
Hex C8 22 90 0 53 1C 16 140 47 2E
Octal 310 42 220 0 123 34 26 500 107 56
Binary 11001000 100010 10010000 0 1010011 11100 10110 101000000 1000111 101110

Color Harmonies of #C82290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82290

Black with #C82290

Text Example


Text Example

White with #C82290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82290; }

 p { color: rgb(200,34,144); }

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

background-color css

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

 a { background-color: rgb(200,34,144); }

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

border-color css

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

 span { border-color: rgb(200,34,144); }

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