Html Css Color HEX #C0038A Medium Violet Red

📋 copy color: '#C0038A'

red 192 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #C0038A

Tints of Medium Violet Red #C0038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 57.66%
G = 0.9%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0038A (or 0xC0038A) is known color: Medium Violet Red. HEX triplet: C0, 03 and 8A. RGB value is (192,3,138). Sum of RGB (Red+Green+Blue) = 192+3+138=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0038A is #3FFC75. Grayscale: #4A4A4A. Windows color (decimal): -4193398 or 9044928. OLE color: 9044928.

HSL color Cylindrical-coordinate representation of color #C0038A: hue angle of 317.14º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0038A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 138 -
CMYK 0 0.98 0.28 0.25
HSL 317.14º 0.97% 0.38% -
HSV(B) 317.14º 0.98% 0.75% -
XYZ 26.36 13.11 25.19 -
YUV 74.9 163.62 211.52 -
System Red Green Blue C M Y K H S L
Decimal 192 3 138 0 0.98 0.28 0.25 317.14 0.97 0.38
Hex C0 3 8A 0 62 1C 19 13D 61 26
Octal 300 3 212 0 142 34 31 475 141 46
Binary 11000000 11 10001010 0 1100010 11100 11001 100111101 1100001 100110

Color Harmonies of #C0038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0038A

Black with #C0038A

Text Example


Text Example

White with #C0038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0038A; }

 p { color: rgb(192,3,138); }

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

background-color css

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

 a { background-color: rgb(192,3,138); }

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

border-color css

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

 span { border-color: rgb(192,3,138); }

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