Html Css Color HEX #C6026B Medium Violet Red

📋 copy color: '#C6026B'

red 198 ◦ green 2 ◦ blue 107

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

Shades of Medium Violet Red #C6026B

Tints of Medium Violet Red #C6026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 64.5%
G = 0.65%
B = 34.85%

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

#C6026B (or 0xC6026B) is known color: Medium Violet Red. HEX triplet: C6, 02 and 6B. RGB value is (198,2,107). Sum of RGB (Red+Green+Blue) = 198+2+107=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6026B is #39FD94. Grayscale: #484848. Windows color (decimal): -3800469 or 7013062. OLE color: 7013062.

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

Color convert

RGB 198 2 107 -
CMYK 0 0.99 0.46 0.22
HSL 327.86º 0.98% 0.39% -
HSV(B) 327.86º 0.99% 0.78% -
XYZ 25.96 13.11 15.07 -
YUV 72.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 198 2 107 0 0.99 0.46 0.22 327.86 0.98 0.39
Hex C6 2 6B 0 63 2E 16 148 62 27
Octal 306 2 153 0 143 56 26 510 142 47
Binary 11000110 10 1101011 0 1100011 101110 10110 101001000 1100010 100111

Color Harmonies of #C6026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6026B

Black with #C6026B

Text Example


Text Example

White with #C6026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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