Html Css Color HEX #C8067D Medium Violet Red

📋 copy color: '#C8067D'

red 200 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #C8067D

Tints of Medium Violet Red #C8067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 60.42%
G = 1.81%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8067D (or 0xC8067D) is known color: Medium Violet Red. HEX triplet: C8, 06 and 7D. RGB value is (200,6,125). Sum of RGB (Red+Green+Blue) = 200+6+125=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8067D is #37F982. Grayscale: #4D4D4D. Windows color (decimal): -3668355 or 8193736. OLE color: 8193736.

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

Color convert

RGB 200 6 125 -
CMYK 0 0.97 0.38 0.22
HSL 323.2º 0.94% 0.4% -
HSV(B) 323.2º 0.97% 0.78% -
XYZ 27.59 13.89 20.63 -
YUV 77.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 200 6 125 0 0.97 0.38 0.22 323.2 0.94 0.4
Hex C8 6 7D 0 61 26 16 143 5E 28
Octal 310 6 175 0 141 46 26 503 136 50
Binary 11001000 110 1111101 0 1100001 100110 10110 101000011 1011110 101000

Color Harmonies of #C8067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8067D

Black with #C8067D

Text Example


Text Example

White with #C8067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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