Html Css Color HEX #C4029D Medium Violet Red

📋 copy color: '#C4029D'

red 196 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #C4029D

Tints of Medium Violet Red #C4029D

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

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

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 55.21%
G = 0.56%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4029D (or 0xC4029D) is known color: Medium Violet Red. HEX triplet: C4, 02 and 9D. RGB value is (196,2,157). Sum of RGB (Red+Green+Blue) = 196+2+157=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4029D is #3BFD62. Grayscale: #4D4D4D. Windows color (decimal): -3931491 or 10289860. OLE color: 10289860.

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

Color convert

RGB 196 2 157 -
CMYK 0 0.99 0.20 0.23
HSL 312.06º 0.98% 0.39% -
HSV(B) 312.06º 0.99% 0.77% -
XYZ 28.87 14.21 33.12 -
YUV 77.68 172.77 212.4 -
System Red Green Blue C M Y K H S L
Decimal 196 2 157 0 0.99 0.20 0.23 312.06 0.98 0.39
Hex C4 2 9D 0 63 14 17 138 62 27
Octal 304 2 235 0 143 24 27 470 142 47
Binary 11000100 10 10011101 0 1100011 10100 10111 100111000 1100010 100111

Color Harmonies of #C4029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4029D

Black with #C4029D

Text Example


Text Example

White with #C4029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4029D; }

 p { color: rgb(196,2,157); }

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

background-color css

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

 a { background-color: rgb(196,2,157); }

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

border-color css

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

 span { border-color: rgb(196,2,157); }

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