Html Css Color HEX #C8068B Medium Violet Red

📋 copy color: '#C8068B'

red 200 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #C8068B

Tints of Medium Violet Red #C8068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 57.97%
G = 1.74%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8068B (or 0xC8068B) is known color: Medium Violet Red. HEX triplet: C8, 06 and 8B. RGB value is (200,6,139). Sum of RGB (Red+Green+Blue) = 200+6+139=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8068B is #37F974. Grayscale: #4E4E4E. Windows color (decimal): -3668341 or 9111240. OLE color: 9111240.

HSL color Cylindrical-coordinate representation of color #C8068B: hue angle of 318.87º 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 #C8068B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 139 -
CMYK 0 0.97 0.30 0.22
HSL 318.87º 0.94% 0.4% -
HSV(B) 318.87º 0.97% 0.78% -
XYZ 28.54 14.27 25.68 -
YUV 79.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 200 6 139 0 0.97 0.30 0.22 318.87 0.94 0.4
Hex C8 6 8B 0 61 1E 16 13F 5E 28
Octal 310 6 213 0 141 36 26 477 136 50
Binary 11001000 110 10001011 0 1100001 11110 10110 100111111 1011110 101000

Color Harmonies of #C8068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8068B

Black with #C8068B

Text Example


Text Example

White with #C8068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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