Html Css Color HEX #C5068A Medium Violet Red

📋 copy color: '#C5068A'

red 197 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #C5068A

Tints of Medium Violet Red #C5068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 57.77%
G = 1.76%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5068A (or 0xC5068A) is known color: Medium Violet Red. HEX triplet: C5, 06 and 8A. RGB value is (197,6,138). Sum of RGB (Red+Green+Blue) = 197+6+138=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5068A is #3AF975. Grayscale: #4D4D4D. Windows color (decimal): -3864950 or 9045701. OLE color: 9045701.

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

Color convert

RGB 197 6 138 -
CMYK 0 0.97 0.30 0.23
HSL 318.53º 0.94% 0.4% -
HSV(B) 318.53º 0.97% 0.77% -
XYZ 27.68 13.84 25.26 -
YUV 78.16 161.78 212.77 -
System Red Green Blue C M Y K H S L
Decimal 197 6 138 0 0.97 0.30 0.23 318.53 0.94 0.4
Hex C5 6 8A 0 61 1E 17 13F 5E 28
Octal 305 6 212 0 141 36 27 477 136 50
Binary 11000101 110 10001010 0 1100001 11110 10111 100111111 1011110 101000

Color Harmonies of #C5068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5068A

Black with #C5068A

Text Example


Text Example

White with #C5068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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