Html Css Color HEX #C82FAA Medium Red Violet

📋 copy color: '#C82FAA'

red 200 ◦ green 47 ◦ blue 170

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

Shades of Medium Red Violet #C82FAA

Tints of Medium Red Violet #C82FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.27%

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 47.96%
G = 11.27%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C82FAA (or 0xC82FAA) is known color: Medium Red Violet. HEX triplet: C8, 2F and AA. RGB value is (200,47,170). Sum of RGB (Red+Green+Blue) = 200+47+170=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82FAA is #37D055. Grayscale: #6A6A6A. Windows color (decimal): -3657814 or 11153352. OLE color: 11153352.

HSL color Cylindrical-coordinate representation of color #C82FAA: hue angle of 311.76º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82FAA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 47 170 -
CMYK 0 0.76 0.15 0.22
HSL 311.76º 0.62% 0.48% -
HSV(B) 311.76º 0.77% 0.78% -
XYZ 32.09 17.21 39.66 -
YUV 106.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 200 47 170 0 0.76 0.15 0.22 311.76 0.62 0.48
Hex C8 2F AA 0 4C F 16 138 3E 30
Octal 310 57 252 0 114 17 26 470 76 60
Binary 11001000 101111 10101010 0 1001100 1111 10110 100111000 111110 110000

Color Harmonies of #C82FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FAA

Black with #C82FAA

Text Example


Text Example

White with #C82FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FAA; }

 p { color: rgb(200,47,170); }

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

background-color css

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

 a { background-color: rgb(200,47,170); }

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

border-color css

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

 span { border-color: rgb(200,47,170); }

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