Html Css Color HEX #C038A7 Medium Red Violet

📋 copy color: '#C038A7'

red 192 ◦ green 56 ◦ blue 167

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

Shades of Medium Red Violet #C038A7

Tints of Medium Red Violet #C038A7

RGB

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

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

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

R = 46.27%
G = 13.49%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C038A7 (or 0xC038A7) is known color: Medium Red Violet. HEX triplet: C0, 38 and A7. RGB value is (192,56,167). Sum of RGB (Red+Green+Blue) = 192+56+167=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C038A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038A7 is #3FC758. Grayscale: #6D6D6D. Windows color (decimal): -4179801 or 10959040. OLE color: 10959040.

HSL color Cylindrical-coordinate representation of color #C038A7: hue angle of 311.03º 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 #C038A7 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 167 -
CMYK 0 0.71 0.13 0.25
HSL 311.03º 0.55% 0.49% -
HSV(B) 311.03º 0.71% 0.75% -
XYZ 30.13 16.82 38.22 -
YUV 109.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 192 56 167 0 0.71 0.13 0.25 311.03 0.55 0.49
Hex C0 38 A7 0 47 D 19 137 37 31
Octal 300 70 247 0 107 15 31 467 67 61
Binary 11000000 111000 10100111 0 1000111 1101 11001 100110111 110111 110001

Color Harmonies of #C038A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038A7

Black with #C038A7

Text Example


Text Example

White with #C038A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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