Html Css Color HEX #C7029B Medium Violet Red

📋 copy color: '#C7029B'

red 199 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #C7029B

Tints of Medium Violet Red #C7029B

RGB

 RED value IS 199 (78.13% from 255) = 55.9%

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

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 55.9%
G = 0.56%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7029B (or 0xC7029B) is known color: Medium Violet Red. HEX triplet: C7, 02 and 9B. RGB value is (199,2,155). Sum of RGB (Red+Green+Blue) = 199+2+155=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7029B is #38FD64. Grayscale: #4D4D4D. Windows color (decimal): -3734885 or 10158791. OLE color: 10158791.

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

Color convert

RGB 199 2 155 -
CMYK 0 0.99 0.22 0.22
HSL 313.4º 0.98% 0.39% -
HSV(B) 313.4º 0.99% 0.78% -
XYZ 29.49 14.55 32.26 -
YUV 78.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 199 2 155 0 0.99 0.22 0.22 313.4 0.98 0.39
Hex C7 2 9B 0 63 16 16 139 62 27
Octal 307 2 233 0 143 26 26 471 142 47
Binary 11000111 10 10011011 0 1100011 10110 10110 100111001 1100010 100111

Color Harmonies of #C7029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7029B

Black with #C7029B

Text Example


Text Example

White with #C7029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7029B; }

 p { color: rgb(199,2,155); }

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

background-color css

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

 a { background-color: rgb(199,2,155); }

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

border-color css

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

 span { border-color: rgb(199,2,155); }

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