Html Css Color HEX #C8008B Medium Violet Red

📋 copy color: '#C8008B'

red 200 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #C8008B

Tints of Medium Violet Red #C8008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 41%

R = 59%
G = 0%
B = 41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8008B (or 0xC8008B) is known color: Medium Violet Red. HEX triplet: C8, 00 and 8B. RGB value is (200,0,139). Sum of RGB (Red+Green+Blue) = 200+0+139=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8008B is #37FF74. Grayscale: #4B4B4B. Windows color (decimal): -3669877 or 9109704. OLE color: 9109704.

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

Color convert

RGB 200 0 139 -
CMYK 0 1 0.30 0.22
HSL 318.3º 1% 0.39% -
HSV(B) 318.3º 1% 0.78% -
XYZ 28.48 14.14 25.66 -
YUV 75.65 163.76 216.7 -
System Red Green Blue C M Y K H S L
Decimal 200 0 139 0 1 0.30 0.22 318.3 1 0.39
Hex C8 0 8B 0 64 1E 16 13E 64 27
Octal 310 0 213 0 144 36 26 476 144 47
Binary 11001000 0 10001011 0 1100100 11110 10110 100111110 1100100 100111

Color Harmonies of #C8008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8008B

Black with #C8008B

Text Example


Text Example

White with #C8008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8008B; }

 p { color: rgb(200,0,139); }

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

background-color css

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

 a { background-color: rgb(200,0,139); }

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

border-color css

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

 span { border-color: rgb(200,0,139); }

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