Html Css Color HEX #C5069F Medium Violet Red

📋 copy color: '#C5069F'

red 197 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #C5069F

Tints of Medium Violet Red #C5069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 54.42%
G = 1.66%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5069F (or 0xC5069F) is known color: Medium Violet Red. HEX triplet: C5, 06 and 9F. RGB value is (197,6,159). Sum of RGB (Red+Green+Blue) = 197+6+159=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5069F is #3AF960. Grayscale: #505050. Windows color (decimal): -3864929 or 10421957. OLE color: 10421957.

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

Color convert

RGB 197 6 159 -
CMYK 0 0.97 0.19 0.23
HSL 311.94º 0.94% 0.4% -
HSV(B) 311.94º 0.97% 0.77% -
XYZ 29.35 14.5 34.05 -
YUV 80.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 197 6 159 0 0.97 0.19 0.23 311.94 0.94 0.4
Hex C5 6 9F 0 61 13 17 138 5E 28
Octal 305 6 237 0 141 23 27 470 136 50
Binary 11000101 110 10011111 0 1100001 10011 10111 100111000 1011110 101000

Color Harmonies of #C5069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5069F

Black with #C5069F

Text Example


Text Example

White with #C5069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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