Html Css Color HEX #C8038A Medium Violet Red

📋 copy color: '#C8038A'

red 200 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #C8038A

Tints of Medium Violet Red #C8038A

RGB

 RED value IS 200 (78.52% from 255) = 58.65%

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

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

R = 58.65%
G = 0.88%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8038A (or 0xC8038A) is known color: Medium Violet Red. HEX triplet: C8, 03 and 8A. RGB value is (200,3,138). Sum of RGB (Red+Green+Blue) = 200+3+138=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8038A is #37FC75. Grayscale: #4C4C4C. Windows color (decimal): -3669110 or 9044936. OLE color: 9044936.

HSL color Cylindrical-coordinate representation of color #C8038A: hue angle of 318.88º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8038A is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 138 -
CMYK 0 0.98 0.31 0.22
HSL 318.88º 0.97% 0.4% -
HSV(B) 318.88º 0.99% 0.78% -
XYZ 28.44 14.18 25.28 -
YUV 77.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 200 3 138 0 0.98 0.31 0.22 318.88 0.97 0.4
Hex C8 3 8A 0 62 1F 16 13F 61 28
Octal 310 3 212 0 142 37 26 477 141 50
Binary 11001000 11 10001010 0 1100010 11111 10110 100111111 1100001 101000

Color Harmonies of #C8038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8038A

Black with #C8038A

Text Example


Text Example

White with #C8038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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