Html Css Color HEX #C6029F Medium Violet Red

📋 copy color: '#C6029F'

red 198 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #C6029F

Tints of Medium Violet Red #C6029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 55.15%
G = 0.56%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6029F (or 0xC6029F) is known color: Medium Violet Red. HEX triplet: C6, 02 and 9F. RGB value is (198,2,159). Sum of RGB (Red+Green+Blue) = 198+2+159=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6029F is #39FD60. Grayscale: #4E4E4E. Windows color (decimal): -3800417 or 10420934. OLE color: 10420934.

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

Color convert

RGB 198 2 159 -
CMYK 0 0.99 0.20 0.22
HSL 311.94º 0.98% 0.39% -
HSV(B) 311.94º 0.99% 0.78% -
XYZ 29.57 14.55 34.05 -
YUV 78.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 198 2 159 0 0.99 0.20 0.22 311.94 0.98 0.39
Hex C6 2 9F 0 63 14 16 138 62 27
Octal 306 2 237 0 143 24 26 470 142 47
Binary 11000110 10 10011111 0 1100011 10100 10110 100111000 1100010 100111

Color Harmonies of #C6029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6029F

Black with #C6029F

Text Example


Text Example

White with #C6029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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