Html Css Color HEX #C5067E Medium Violet Red

📋 copy color: '#C5067E'

red 197 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #C5067E

Tints of Medium Violet Red #C5067E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 59.88%
G = 1.82%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5067E (or 0xC5067E) is known color: Medium Violet Red. HEX triplet: C5, 06 and 7E. RGB value is (197,6,126). Sum of RGB (Red+Green+Blue) = 197+6+126=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5067E is #3AF981. Grayscale: #4C4C4C. Windows color (decimal): -3864962 or 8259269. OLE color: 8259269.

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

Color convert

RGB 197 6 126 -
CMYK 0 0.97 0.36 0.23
HSL 322.3º 0.94% 0.4% -
HSV(B) 322.3º 0.97% 0.77% -
XYZ 26.86 13.51 20.93 -
YUV 76.79 155.78 213.74 -
System Red Green Blue C M Y K H S L
Decimal 197 6 126 0 0.97 0.36 0.23 322.3 0.94 0.4
Hex C5 6 7E 0 61 24 17 142 5E 28
Octal 305 6 176 0 141 44 27 502 136 50
Binary 11000101 110 1111110 0 1100001 100100 10111 101000010 1011110 101000

Color Harmonies of #C5067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5067E

Black with #C5067E

Text Example


Text Example

White with #C5067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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