Html Css Color HEX #C6026D Medium Violet Red

📋 copy color: '#C6026D'

red 198 ◦ green 2 ◦ blue 109

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

Shades of Medium Violet Red #C6026D

Tints of Medium Violet Red #C6026D

RGB

 RED value IS 198 (77.73% from 255) = 64.08%

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

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

R = 64.08%
G = 0.65%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6026D (or 0xC6026D) is known color: Medium Violet Red. HEX triplet: C6, 02 and 6D. RGB value is (198,2,109). Sum of RGB (Red+Green+Blue) = 198+2+109=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6026D is #39FD92. Grayscale: #484848. Windows color (decimal): -3800467 or 7144134. OLE color: 7144134.

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

Color convert

RGB 198 2 109 -
CMYK 0 0.99 0.45 0.22
HSL 327.24º 0.98% 0.39% -
HSV(B) 327.24º 0.99% 0.78% -
XYZ 26.07 13.15 15.63 -
YUV 72.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 198 2 109 0 0.99 0.45 0.22 327.24 0.98 0.39
Hex C6 2 6D 0 63 2D 16 147 62 27
Octal 306 2 155 0 143 55 26 507 142 47
Binary 11000110 10 1101101 0 1100011 101101 10110 101000111 1100010 100111

Color Harmonies of #C6026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6026D

Black with #C6026D

Text Example


Text Example

White with #C6026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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