Html Css Color HEX #C82585 Medium Violet Red

📋 copy color: '#C82585'

red 200 ◦ green 37 ◦ blue 133

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

Shades of Medium Violet Red #C82585

Tints of Medium Violet Red #C82585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 54.05%
G = 10%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C82585 (or 0xC82585) is known color: Medium Violet Red. HEX triplet: C8, 25 and 85. RGB value is (200,37,133). Sum of RGB (Red+Green+Blue) = 200+37+133=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C82585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82585 is #37DA7A. Grayscale: #606060. Windows color (decimal): -3660411 or 8725960. OLE color: 8725960.

HSL color Cylindrical-coordinate representation of color #C82585: hue angle of 324.66º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82585 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 133 -
CMYK 0 0.82 0.34 0.22
HSL 324.66º 0.69% 0.46% -
HSV(B) 324.66º 0.82% 0.78% -
XYZ 28.71 15.3 23.63 -
YUV 96.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 200 37 133 0 0.82 0.34 0.22 324.66 0.69 0.46
Hex C8 25 85 0 52 22 16 145 45 2E
Octal 310 45 205 0 122 42 26 505 105 56
Binary 11001000 100101 10000101 0 1010010 100010 10110 101000101 1000101 101110

Color Harmonies of #C82585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82585

Black with #C82585

Text Example


Text Example

White with #C82585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82585; }

 p { color: rgb(200,37,133); }

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

background-color css

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

 a { background-color: rgb(200,37,133); }

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

border-color css

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

 span { border-color: rgb(200,37,133); }

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