Html Css Color HEX #C82675 Medium Red Violet

📋 copy color: '#C82675'

red 200 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #C82675

Tints of Medium Red Violet #C82675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 56.34%
G = 10.7%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C82675 (or 0xC82675) is known color: Medium Red Violet. HEX triplet: C8, 26 and 75. RGB value is (200,38,117). Sum of RGB (Red+Green+Blue) = 200+38+117=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C82675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82675 is #37D98A. Grayscale: #5F5F5F. Windows color (decimal): -3660171 or 7677640. OLE color: 7677640.

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

Color convert

RGB 200 38 117 -
CMYK 0 0.81 0.42 0.22
HSL 330.74º 0.68% 0.47% -
HSV(B) 330.74º 0.81% 0.78% -
XYZ 27.72 14.95 18.25 -
YUV 95.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 200 38 117 0 0.81 0.42 0.22 330.74 0.68 0.47
Hex C8 26 75 0 51 2A 16 14B 44 2F
Octal 310 46 165 0 121 52 26 513 104 57
Binary 11001000 100110 1110101 0 1010001 101010 10110 101001011 1000100 101111

Color Harmonies of #C82675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82675

Black with #C82675

Text Example


Text Example

White with #C82675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82675; }

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

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

background-color css

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

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

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

border-color css

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

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

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