Html Css Color HEX #C036A8 Medium Red Violet

📋 copy color: '#C036A8'

red 192 ◦ green 54 ◦ blue 168

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

Shades of Medium Red Violet #C036A8

Tints of Medium Red Violet #C036A8

RGB

 RED value IS 192 (75.39% from 255) = 46.38%

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

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 46.38%
G = 13.04%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C036A8 (or 0xC036A8) is known color: Medium Red Violet. HEX triplet: C0, 36 and A8. RGB value is (192,54,168). Sum of RGB (Red+Green+Blue) = 192+54+168=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C036A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036A8 is #3FC957. Grayscale: #6B6B6B. Windows color (decimal): -4180312 or 11024064. OLE color: 11024064.

HSL color Cylindrical-coordinate representation of color #C036A8: hue angle of 310.43º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C036A8 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 168 -
CMYK 0 0.72 0.12 0.25
HSL 310.43º 0.56% 0.48% -
HSV(B) 310.43º 0.72% 0.75% -
XYZ 30.13 16.67 38.68 -
YUV 108.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 192 54 168 0 0.72 0.12 0.25 310.43 0.56 0.48
Hex C0 36 A8 0 48 C 19 136 38 30
Octal 300 66 250 0 110 14 31 466 70 60
Binary 11000000 110110 10101000 0 1001000 1100 11001 100110110 111000 110000

Color Harmonies of #C036A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036A8

Black with #C036A8

Text Example


Text Example

White with #C036A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036A8; }

 p { color: rgb(192,54,168); }

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

background-color css

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

 a { background-color: rgb(192,54,168); }

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

border-color css

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

 span { border-color: rgb(192,54,168); }

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