Html Css Color HEX #C536A7 Medium Red Violet

📋 copy color: '#C536A7'

red 197 ◦ green 54 ◦ blue 167

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

Shades of Medium Red Violet #C536A7

Tints of Medium Red Violet #C536A7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.92%

 BLUE value IS 167 (65.63% from 255) = 39.95%

R = 47.13%
G = 12.92%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C536A7 (or 0xC536A7) is known color: Medium Red Violet. HEX triplet: C5, 36 and A7. RGB value is (197,54,167). Sum of RGB (Red+Green+Blue) = 197+54+167=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C536A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C536A7 is #3AC958. Grayscale: #6D6D6D. Windows color (decimal): -3852633 or 10958533. OLE color: 10958533.

HSL color Cylindrical-coordinate representation of color #C536A7: hue angle of 312.59º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C536A7 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 54 167 -
CMYK 0 0.73 0.15 0.23
HSL 312.59º 0.57% 0.49% -
HSV(B) 312.59º 0.73% 0.77% -
XYZ 31.32 17.3 38.25 -
YUV 109.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 197 54 167 0 0.73 0.15 0.23 312.59 0.57 0.49
Hex C5 36 A7 0 49 F 17 139 39 31
Octal 305 66 247 0 111 17 27 471 71 61
Binary 11000101 110110 10100111 0 1001001 1111 10111 100111001 111001 110001

Color Harmonies of #C536A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536A7

Black with #C536A7

Text Example


Text Example

White with #C536A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536A7; }

 p { color: rgb(197,54,167); }

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

background-color css

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

 a { background-color: rgb(197,54,167); }

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

border-color css

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

 span { border-color: rgb(197,54,167); }

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