Html Css Color HEX #C8069E Medium Violet Red

📋 copy color: '#C8069E'

red 200 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #C8069E

Tints of Medium Violet Red #C8069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 54.95%
G = 1.65%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8069E (or 0xC8069E) is known color: Medium Violet Red. HEX triplet: C8, 06 and 9E. RGB value is (200,6,158). Sum of RGB (Red+Green+Blue) = 200+6+158=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8069E is #37F961. Grayscale: #505050. Windows color (decimal): -3668322 or 10356424. OLE color: 10356424.

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

Color convert

RGB 200 6 158 -
CMYK 0 0.97 0.21 0.22
HSL 312.99º 0.94% 0.4% -
HSV(B) 312.99º 0.97% 0.78% -
XYZ 30.06 14.88 33.64 -
YUV 81.33 171.27 212.64 -
System Red Green Blue C M Y K H S L
Decimal 200 6 158 0 0.97 0.21 0.22 312.99 0.94 0.4
Hex C8 6 9E 0 61 15 16 139 5E 28
Octal 310 6 236 0 141 25 26 471 136 50
Binary 11001000 110 10011110 0 1100001 10101 10110 100111001 1011110 101000

Color Harmonies of #C8069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8069E

Black with #C8069E

Text Example


Text Example

White with #C8069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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