Html Css Color HEX #C8026D Medium Violet Red

📋 copy color: '#C8026D'

red 200 ◦ green 2 ◦ blue 109

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

Shades of Medium Violet Red #C8026D

Tints of Medium Violet Red #C8026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 64.31%
G = 0.64%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8026D (or 0xC8026D) is known color: Medium Violet Red. HEX triplet: C8, 02 and 6D. RGB value is (200,2,109). Sum of RGB (Red+Green+Blue) = 200+2+109=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8026D is #37FD92. Grayscale: #494949. Windows color (decimal): -3669395 or 7144136. OLE color: 7144136.

HSL color Cylindrical-coordinate representation of color #C8026D: hue angle of 327.58º degrees, saturation: 0.98, 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 #C8026D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 109 -
CMYK 0 0.99 0.46 0.22
HSL 327.58º 0.98% 0.4% -
HSV(B) 327.58º 0.99% 0.78% -
XYZ 26.6 13.43 15.66 -
YUV 73.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 200 2 109 0 0.99 0.46 0.22 327.58 0.98 0.4
Hex C8 2 6D 0 63 2E 16 148 62 28
Octal 310 2 155 0 143 56 26 510 142 50
Binary 11001000 10 1101101 0 1100011 101110 10110 101001000 1100010 101000

Color Harmonies of #C8026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8026D

Black with #C8026D

Text Example


Text Example

White with #C8026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8026D; }

 p { color: rgb(200,2,109); }

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

background-color css

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

 a { background-color: rgb(200,2,109); }

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

border-color css

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

 span { border-color: rgb(200,2,109); }

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