Html Css Color HEX #C8069F Medium Violet Red

📋 copy color: '#C8069F'

red 200 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #C8069F

Tints of Medium Violet Red #C8069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 54.79%
G = 1.64%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8069F (or 0xC8069F) is known color: Medium Violet Red. HEX triplet: C8, 06 and 9F. RGB value is (200,6,159). Sum of RGB (Red+Green+Blue) = 200+6+159=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8069F is #37F960. Grayscale: #515151. Windows color (decimal): -3668321 or 10421960. OLE color: 10421960.

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

Color convert

RGB 200 6 159 -
CMYK 0 0.97 0.20 0.22
HSL 312.68º 0.94% 0.4% -
HSV(B) 312.68º 0.97% 0.78% -
XYZ 30.14 14.91 34.09 -
YUV 81.45 171.77 212.56 -
System Red Green Blue C M Y K H S L
Decimal 200 6 159 0 0.97 0.20 0.22 312.68 0.94 0.4
Hex C8 6 9F 0 61 14 16 139 5E 28
Octal 310 6 237 0 141 24 26 471 136 50
Binary 11001000 110 10011111 0 1100001 10100 10110 100111001 1011110 101000

Color Harmonies of #C8069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8069F

Black with #C8069F

Text Example


Text Example

White with #C8069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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