Html Css Color HEX #C038A1 Medium Red Violet

📋 copy color: '#C038A1'

red 192 ◦ green 56 ◦ blue 161

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

Shades of Medium Red Violet #C038A1

Tints of Medium Red Violet #C038A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.36%

R = 46.94%
G = 13.69%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C038A1 (or 0xC038A1) is known color: Medium Red Violet. HEX triplet: C0, 38 and A1. RGB value is (192,56,161). Sum of RGB (Red+Green+Blue) = 192+56+161=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C038A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038A1 is #3FC75E. Grayscale: #6C6C6C. Windows color (decimal): -4179807 or 10565824. OLE color: 10565824.

HSL color Cylindrical-coordinate representation of color #C038A1: hue angle of 313.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038A1 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 161 -
CMYK 0 0.71 0.16 0.25
HSL 313.68º 0.55% 0.49% -
HSV(B) 313.68º 0.71% 0.75% -
XYZ 29.59 16.61 35.36 -
YUV 108.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 192 56 161 0 0.71 0.16 0.25 313.68 0.55 0.49
Hex C0 38 A1 0 47 10 19 13A 37 31
Octal 300 70 241 0 107 20 31 472 67 61
Binary 11000000 111000 10100001 0 1000111 10000 11001 100111010 110111 110001

Color Harmonies of #C038A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038A1

Black with #C038A1

Text Example


Text Example

White with #C038A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038A1; }

 p { color: rgb(192,56,161); }

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

background-color css

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

 a { background-color: rgb(192,56,161); }

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

border-color css

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

 span { border-color: rgb(192,56,161); }

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