Html Css Color HEX #C82470 Medium Violet Red

📋 copy color: '#C82470'

red 200 ◦ green 36 ◦ blue 112

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

Shades of Medium Violet Red #C82470

Tints of Medium Violet Red #C82470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 57.47%
G = 10.34%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82470 (or 0xC82470) is known color: Medium Violet Red. HEX triplet: C8, 24 and 70. RGB value is (200,36,112). Sum of RGB (Red+Green+Blue) = 200+36+112=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C82470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82470 is #37DB8F. Grayscale: #5D5D5D. Windows color (decimal): -3660688 or 7349448. OLE color: 7349448.

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

Color convert

RGB 200 36 112 -
CMYK 0 0.82 0.44 0.22
HSL 332.2º 0.69% 0.46% -
HSV(B) 332.2º 0.82% 0.78% -
XYZ 27.37 14.71 16.73 -
YUV 93.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 200 36 112 0 0.82 0.44 0.22 332.2 0.69 0.46
Hex C8 24 70 0 52 2C 16 14C 45 2E
Octal 310 44 160 0 122 54 26 514 105 56
Binary 11001000 100100 1110000 0 1010010 101100 10110 101001100 1000101 101110

Color Harmonies of #C82470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82470

Black with #C82470

Text Example


Text Example

White with #C82470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82470; }

 p { color: rgb(200,36,112); }

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

background-color css

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

 a { background-color: rgb(200,36,112); }

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

border-color css

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

 span { border-color: rgb(200,36,112); }

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