Html Css Color HEX #C8126C Medium Violet Red

📋 copy color: '#C8126C'

red 200 ◦ green 18 ◦ blue 108

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

Shades of Medium Violet Red #C8126C

Tints of Medium Violet Red #C8126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 61.35%
G = 5.52%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8126C (or 0xC8126C) is known color: Medium Violet Red. HEX triplet: C8, 12 and 6C. RGB value is (200,18,108). Sum of RGB (Red+Green+Blue) = 200+18+108=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8126C is #37ED93. Grayscale: #525252. Windows color (decimal): -3665300 or 7082696. OLE color: 7082696.

HSL color Cylindrical-coordinate representation of color #C8126C: hue angle of 330.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8126C is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 108 -
CMYK 0 0.91 0.46 0.22
HSL 330.33º 0.83% 0.43% -
HSV(B) 330.33º 0.91% 0.78% -
XYZ 26.74 13.79 15.44 -
YUV 82.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 200 18 108 0 0.91 0.46 0.22 330.33 0.83 0.43
Hex C8 12 6C 0 5B 2E 16 14A 53 2B
Octal 310 22 154 0 133 56 26 512 123 53
Binary 11001000 10010 1101100 0 1011011 101110 10110 101001010 1010011 101011

Color Harmonies of #C8126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8126C

Black with #C8126C

Text Example


Text Example

White with #C8126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8126C; }

 p { color: rgb(200,18,108); }

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

background-color css

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

 a { background-color: rgb(200,18,108); }

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

border-color css

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

 span { border-color: rgb(200,18,108); }

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