Html Css Color HEX #C8067A Medium Violet Red

📋 copy color: '#C8067A'

red 200 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #C8067A

Tints of Medium Violet Red #C8067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 60.98%
G = 1.83%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8067A (or 0xC8067A) is known color: Medium Violet Red. HEX triplet: C8, 06 and 7A. RGB value is (200,6,122). Sum of RGB (Red+Green+Blue) = 200+6+122=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8067A is #37F985. Grayscale: #4C4C4C. Windows color (decimal): -3668358 or 7997128. OLE color: 7997128.

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

Color convert

RGB 200 6 122 -
CMYK 0 0.97 0.39 0.22
HSL 324.12º 0.94% 0.4% -
HSV(B) 324.12º 0.97% 0.78% -
XYZ 27.4 13.81 19.63 -
YUV 77.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 200 6 122 0 0.97 0.39 0.22 324.12 0.94 0.4
Hex C8 6 7A 0 61 27 16 144 5E 28
Octal 310 6 172 0 141 47 26 504 136 50
Binary 11001000 110 1111010 0 1100001 100111 10110 101000100 1011110 101000

Color Harmonies of #C8067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8067A

Black with #C8067A

Text Example


Text Example

White with #C8067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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