Html Css Color HEX #C5027B Medium Violet Red

📋 copy color: '#C5027B'

red 197 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #C5027B

Tints of Medium Violet Red #C5027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 61.18%
G = 0.62%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5027B (or 0xC5027B) is known color: Medium Violet Red. HEX triplet: C5, 02 and 7B. RGB value is (197,2,123). Sum of RGB (Red+Green+Blue) = 197+2+123=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5027B is #3AFD84. Grayscale: #494949. Windows color (decimal): -3865989 or 8061637. OLE color: 8061637.

HSL color Cylindrical-coordinate representation of color #C5027B: hue angle of 322.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5027B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 123 -
CMYK 0 0.99 0.38 0.23
HSL 322.77º 0.98% 0.39% -
HSV(B) 322.77º 0.99% 0.77% -
XYZ 26.62 13.34 19.91 -
YUV 74.1 155.6 215.66 -
System Red Green Blue C M Y K H S L
Decimal 197 2 123 0 0.99 0.38 0.23 322.77 0.98 0.39
Hex C5 2 7B 0 63 26 17 143 62 27
Octal 305 2 173 0 143 46 27 503 142 47
Binary 11000101 10 1111011 0 1100011 100110 10111 101000011 1100010 100111

Color Harmonies of #C5027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5027B

Black with #C5027B

Text Example


Text Example

White with #C5027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5027B; }

 p { color: rgb(197,2,123); }

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

background-color css

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

 a { background-color: rgb(197,2,123); }

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

border-color css

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

 span { border-color: rgb(197,2,123); }

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