Html Css Color HEX #C5069D Medium Violet Red

📋 copy color: '#C5069D'

red 197 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #C5069D

Tints of Medium Violet Red #C5069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 54.72%
G = 1.67%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5069D (or 0xC5069D) is known color: Medium Violet Red. HEX triplet: C5, 06 and 9D. RGB value is (197,6,157). Sum of RGB (Red+Green+Blue) = 197+6+157=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5069D is #3AF962. Grayscale: #4F4F4F. Windows color (decimal): -3864931 or 10290885. OLE color: 10290885.

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

Color convert

RGB 197 6 157 -
CMYK 0 0.97 0.20 0.23
HSL 312.57º 0.94% 0.4% -
HSV(B) 312.57º 0.97% 0.77% -
XYZ 29.18 14.43 33.15 -
YUV 80.32 171.28 211.22 -
System Red Green Blue C M Y K H S L
Decimal 197 6 157 0 0.97 0.20 0.23 312.57 0.94 0.4
Hex C5 6 9D 0 61 14 17 139 5E 28
Octal 305 6 235 0 141 24 27 471 136 50
Binary 11000101 110 10011101 0 1100001 10100 10111 100111001 1011110 101000

Color Harmonies of #C5069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5069D

Black with #C5069D

Text Example


Text Example

White with #C5069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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