Html Css Color HEX #C808A3 Medium Violet Red

📋 copy color: '#C808A3'

red 200 ◦ green 8 ◦ blue 163

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

Shades of Medium Violet Red #C808A3

Tints of Medium Violet Red #C808A3

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

 BLUE value IS 163 (64.06% from 255) = 43.94%

R = 53.91%
G = 2.16%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C808A3 (or 0xC808A3) is known color: Medium Violet Red. HEX triplet: C8, 08 and A3. RGB value is (200,8,163). Sum of RGB (Red+Green+Blue) = 200+8+163=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C808A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C808A3 is #37F75C. Grayscale: #525252. Windows color (decimal): -3667805 or 10684616. OLE color: 10684616.

HSL color Cylindrical-coordinate representation of color #C808A3: hue angle of 311.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C808A3 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 163 -
CMYK 0 0.96 0.18 0.22
HSL 311.56º 0.92% 0.41% -
HSV(B) 311.56º 0.96% 0.78% -
XYZ 30.52 15.1 35.96 -
YUV 83.08 173.11 211.4 -
System Red Green Blue C M Y K H S L
Decimal 200 8 163 0 0.96 0.18 0.22 311.56 0.92 0.41
Hex C8 8 A3 0 60 12 16 138 5C 29
Octal 310 10 243 0 140 22 26 470 134 51
Binary 11001000 1000 10100011 0 1100000 10010 10110 100111000 1011100 101001

Color Harmonies of #C808A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808A3

Black with #C808A3

Text Example


Text Example

White with #C808A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808A3; }

 p { color: rgb(200,8,163); }

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

background-color css

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

 a { background-color: rgb(200,8,163); }

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

border-color css

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

 span { border-color: rgb(200,8,163); }

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