Html Css Color HEX #C7067B Medium Violet Red

📋 copy color: '#C7067B'

red 199 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #C7067B

Tints of Medium Violet Red #C7067B

RGB

 RED value IS 199 (78.13% from 255) = 60.67%

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 60.67%
G = 1.83%
B = 37.5%

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

#C7067B (or 0xC7067B) is known color: Medium Violet Red. HEX triplet: C7, 06 and 7B. RGB value is (199,6,123). Sum of RGB (Red+Green+Blue) = 199+6+123=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7067B is #38F984. Grayscale: #4C4C4C. Windows color (decimal): -3733893 or 8062663. OLE color: 8062663.

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

Color convert

RGB 199 6 123 -
CMYK 0 0.97 0.38 0.22
HSL 323.63º 0.94% 0.4% -
HSV(B) 323.63º 0.97% 0.78% -
XYZ 27.19 13.7 19.95 -
YUV 77.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 199 6 123 0 0.97 0.38 0.22 323.63 0.94 0.4
Hex C7 6 7B 0 61 26 16 144 5E 28
Octal 307 6 173 0 141 46 26 504 136 50
Binary 11000111 110 1111011 0 1100001 100110 10110 101000100 1011110 101000

Color Harmonies of #C7067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7067B

Black with #C7067B

Text Example


Text Example

White with #C7067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7067B; }

 p { color: rgb(199,6,123); }

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

background-color css

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

 a { background-color: rgb(199,6,123); }

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

border-color css

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

 span { border-color: rgb(199,6,123); }

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