Html Css Color HEX #C82690 Medium Violet Red

📋 copy color: '#C82690'

red 200 ◦ green 38 ◦ blue 144

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

Shades of Medium Violet Red #C82690

Tints of Medium Violet Red #C82690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.95%

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

R = 52.36%
G = 9.95%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C82690 (or 0xC82690) is known color: Medium Violet Red. HEX triplet: C8, 26 and 90. RGB value is (200,38,144). Sum of RGB (Red+Green+Blue) = 200+38+144=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C82690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82690 is #37D96F. Grayscale: #626262. Windows color (decimal): -3660144 or 9447112. OLE color: 9447112.

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

Color convert

RGB 200 38 144 -
CMYK 0 0.81 0.28 0.22
HSL 320.74º 0.68% 0.47% -
HSV(B) 320.74º 0.81% 0.78% -
XYZ 29.55 15.68 27.85 -
YUV 98.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 200 38 144 0 0.81 0.28 0.22 320.74 0.68 0.47
Hex C8 26 90 0 51 1C 16 141 44 2F
Octal 310 46 220 0 121 34 26 501 104 57
Binary 11001000 100110 10010000 0 1010001 11100 10110 101000001 1000100 101111

Color Harmonies of #C82690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82690

Black with #C82690

Text Example


Text Example

White with #C82690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82690; }

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

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

background-color css

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

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

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

border-color css

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

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

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