Html Css Color HEX #C638A2 Medium Red Violet

📋 copy color: '#C638A2'

red 198 ◦ green 56 ◦ blue 162

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

Shades of Medium Red Violet #C638A2

Tints of Medium Red Violet #C638A2

RGB

 RED value IS 198 (77.73% from 255) = 47.6%

 GREEN value IS 56 (22.27% from 255) = 13.46%

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 47.6%
G = 13.46%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C638A2 (or 0xC638A2) is known color: Medium Red Violet. HEX triplet: C6, 38 and A2. RGB value is (198,56,162). Sum of RGB (Red+Green+Blue) = 198+56+162=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C638A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638A2 is #39C75D. Grayscale: #6E6E6E. Windows color (decimal): -3786590 or 10631366. OLE color: 10631366.

HSL color Cylindrical-coordinate representation of color #C638A2: hue angle of 315.21º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C638A2 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 56 162 -
CMYK 0 0.72 0.18 0.22
HSL 315.21º 0.56% 0.5% -
HSV(B) 315.21º 0.72% 0.78% -
XYZ 31.22 17.44 35.9 -
YUV 110.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 198 56 162 0 0.72 0.18 0.22 315.21 0.56 0.5
Hex C6 38 A2 0 48 12 16 13B 38 32
Octal 306 70 242 0 110 22 26 473 70 62
Binary 11000110 111000 10100010 0 1001000 10010 10110 100111011 111000 110010

Color Harmonies of #C638A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C638A2

Black with #C638A2

Text Example


Text Example

White with #C638A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C638A2; }

 p { color: rgb(198,56,162); }

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

background-color css

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

 a { background-color: rgb(198,56,162); }

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

border-color css

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

 span { border-color: rgb(198,56,162); }

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