Html Css Color HEX #C8068D Medium Violet Red

📋 copy color: '#C8068D'

red 200 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #C8068D

Tints of Medium Violet Red #C8068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 57.64%
G = 1.73%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8068D (or 0xC8068D) is known color: Medium Violet Red. HEX triplet: C8, 06 and 8D. RGB value is (200,6,141). Sum of RGB (Red+Green+Blue) = 200+6+141=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8068D is #37F972. Grayscale: #4F4F4F. Windows color (decimal): -3668339 or 9242312. OLE color: 9242312.

HSL color Cylindrical-coordinate representation of color #C8068D: hue angle of 318.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8068D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 141 -
CMYK 0 0.97 0.29 0.22
HSL 318.25º 0.94% 0.4% -
HSV(B) 318.25º 0.97% 0.78% -
XYZ 28.69 14.33 26.45 -
YUV 79.4 162.77 214.02 -
System Red Green Blue C M Y K H S L
Decimal 200 6 141 0 0.97 0.29 0.22 318.25 0.94 0.4
Hex C8 6 8D 0 61 1D 16 13E 5E 28
Octal 310 6 215 0 141 35 26 476 136 50
Binary 11001000 110 10001101 0 1100001 11101 10110 100111110 1011110 101000

Color Harmonies of #C8068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8068D

Black with #C8068D

Text Example


Text Example

White with #C8068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8068D; }

 p { color: rgb(200,6,141); }

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

background-color css

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

 a { background-color: rgb(200,6,141); }

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

border-color css

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

 span { border-color: rgb(200,6,141); }

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