Html Css Color HEX #C8018A Medium Violet Red

📋 copy color: '#C8018A'

red 200 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #C8018A

Tints of Medium Violet Red #C8018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 59%
G = 0.29%
B = 40.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8018A (or 0xC8018A) is known color: Medium Violet Red. HEX triplet: C8, 01 and 8A. RGB value is (200,1,138). Sum of RGB (Red+Green+Blue) = 200+1+138=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8018A is #37FE75. Grayscale: #4B4B4B. Windows color (decimal): -3669622 or 9044424. OLE color: 9044424.

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

Color convert

RGB 200 1 138 -
CMYK 0 1.00 0.31 0.22
HSL 318.69º 0.99% 0.39% -
HSV(B) 318.69º 1% 0.78% -
XYZ 28.42 14.14 25.28 -
YUV 76.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 200 1 138 0 1.00 0.31 0.22 318.69 0.99 0.39
Hex C8 1 8A 0 64 1F 16 13F 63 27
Octal 310 1 212 0 144 37 26 477 143 47
Binary 11001000 1 10001010 0 1100100 11111 10110 100111111 1100011 100111

Color Harmonies of #C8018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8018A

Black with #C8018A

Text Example


Text Example

White with #C8018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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