Html Css Color HEX #C23079 Medium Red Violet

📋 copy color: '#C23079'

red 194 ◦ green 48 ◦ blue 121

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

Shades of Medium Red Violet #C23079

Tints of Medium Red Violet #C23079

RGB

 RED value IS 194 (76.17% from 255) = 53.44%

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 53.44%
G = 13.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C23079 (or 0xC23079) is known color: Medium Red Violet. HEX triplet: C2, 30 and 79. RGB value is (194,48,121). Sum of RGB (Red+Green+Blue) = 194+48+121=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23079 is #3DCF86. Grayscale: #636363. Windows color (decimal): -4050823 or 7942338. OLE color: 7942338.

HSL color Cylindrical-coordinate representation of color #C23079: hue angle of 330º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23079 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 121 -
CMYK 0 0.75 0.38 0.24
HSL 330º 0.6% 0.47% -
HSV(B) 330º 0.75% 0.76% -
XYZ 26.76 14.96 19.57 -
YUV 99.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 194 48 121 0 0.75 0.38 0.24 330 0.6 0.47
Hex C2 30 79 0 4B 26 18 14A 3C 2F
Octal 302 60 171 0 113 46 30 512 74 57
Binary 11000010 110000 1111001 0 1001011 100110 11000 101001010 111100 101111

Color Harmonies of #C23079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23079

Black with #C23079

Text Example


Text Example

White with #C23079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23079; }

 p { color: rgb(194,48,121); }

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

background-color css

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

 a { background-color: rgb(194,48,121); }

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

border-color css

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

 span { border-color: rgb(194,48,121); }

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