Html Css Color HEX #C82694 Medium Violet Red

📋 copy color: '#C82694'

red 200 ◦ green 38 ◦ blue 148

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

Shades of Medium Violet Red #C82694

Tints of Medium Violet Red #C82694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 51.81%
G = 9.84%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C82694 (or 0xC82694) is known color: Medium Violet Red. HEX triplet: C8, 26 and 94. RGB value is (200,38,148). Sum of RGB (Red+Green+Blue) = 200+38+148=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C82694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82694 is #37D96B. Grayscale: #626262. Windows color (decimal): -3660140 or 9709256. OLE color: 9709256.

HSL color Cylindrical-coordinate representation of color #C82694: hue angle of 319.26º 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 #C82694 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 148 -
CMYK 0 0.81 0.26 0.22
HSL 319.26º 0.68% 0.47% -
HSV(B) 319.26º 0.81% 0.78% -
XYZ 29.86 15.8 29.49 -
YUV 98.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 200 38 148 0 0.81 0.26 0.22 319.26 0.68 0.47
Hex C8 26 94 0 51 1A 16 13F 44 2F
Octal 310 46 224 0 121 32 26 477 104 57
Binary 11001000 100110 10010100 0 1010001 11010 10110 100111111 1000100 101111

Color Harmonies of #C82694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82694

Black with #C82694

Text Example


Text Example

White with #C82694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82694; }

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

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

background-color css

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

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

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

border-color css

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

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

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