Html Css Color HEX #C5068D Medium Violet Red

📋 copy color: '#C5068D'

red 197 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #C5068D

Tints of Medium Violet Red #C5068D

RGB

 RED value IS 197 (77.34% from 255) = 57.27%

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 57.27%
G = 1.74%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5068D (or 0xC5068D) is known color: Medium Violet Red. HEX triplet: C5, 06 and 8D. RGB value is (197,6,141). Sum of RGB (Red+Green+Blue) = 197+6+141=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5068D is #3AF972. Grayscale: #4E4E4E. Windows color (decimal): -3864947 or 9242309. OLE color: 9242309.

HSL color Cylindrical-coordinate representation of color #C5068D: hue angle of 317.59º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5068D is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 6 141 -
CMYK 0 0.97 0.28 0.23
HSL 317.59º 0.94% 0.4% -
HSV(B) 317.59º 0.97% 0.77% -
XYZ 27.9 13.92 26.42 -
YUV 78.5 163.28 212.52 -
System Red Green Blue C M Y K H S L
Decimal 197 6 141 0 0.97 0.28 0.23 317.59 0.94 0.4
Hex C5 6 8D 0 61 1C 17 13E 5E 28
Octal 305 6 215 0 141 34 27 476 136 50
Binary 11000101 110 10001101 0 1100001 11100 10111 100111110 1011110 101000

Color Harmonies of #C5068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5068D

Black with #C5068D

Text Example


Text Example

White with #C5068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5068D; }

 p { color: rgb(197,6,141); }

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

background-color css

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

 a { background-color: rgb(197,6,141); }

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

border-color css

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

 span { border-color: rgb(197,6,141); }

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