Html Css Color HEX #C0029B Medium Violet Red

📋 copy color: '#C0029B'

red 192 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #C0029B

Tints of Medium Violet Red #C0029B

RGB

 RED value IS 192 (75.39% from 255) = 55.01%

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

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

R = 55.01%
G = 0.57%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0029B (or 0xC0029B) is known color: Medium Violet Red. HEX triplet: C0, 02 and 9B. RGB value is (192,2,155). Sum of RGB (Red+Green+Blue) = 192+2+155=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0029B is #3FFD64. Grayscale: #4B4B4B. Windows color (decimal): -4193637 or 10158784. OLE color: 10158784.

HSL color Cylindrical-coordinate representation of color #C0029B: hue angle of 311.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0029B is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 155 -
CMYK 0 0.99 0.19 0.25
HSL 311.68º 0.98% 0.38% -
HSV(B) 311.68º 0.99% 0.75% -
XYZ 27.68 13.62 32.18 -
YUV 76.25 172.45 210.56 -
System Red Green Blue C M Y K H S L
Decimal 192 2 155 0 0.99 0.19 0.25 311.68 0.98 0.38
Hex C0 2 9B 0 63 13 19 138 62 26
Octal 300 2 233 0 143 23 31 470 142 46
Binary 11000000 10 10011011 0 1100011 10011 11001 100111000 1100010 100110

Color Harmonies of #C0029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0029B

Black with #C0029B

Text Example


Text Example

White with #C0029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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