Html Css Color HEX #C23880 Medium Red Violet

📋 copy color: '#C23880'

red 194 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #C23880

Tints of Medium Red Violet #C23880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 51.32%
G = 14.81%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C23880 (or 0xC23880) is known color: Medium Red Violet. HEX triplet: C2, 38 and 80. RGB value is (194,56,128). Sum of RGB (Red+Green+Blue) = 194+56+128=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C23880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23880 is #3DC77F. Grayscale: #696969. Windows color (decimal): -4048768 or 8403138. OLE color: 8403138.

HSL color Cylindrical-coordinate representation of color #C23880: hue angle of 328.7º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23880 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 128 -
CMYK 0 0.71 0.34 0.24
HSL 328.7º 0.55% 0.49% -
HSV(B) 328.7º 0.71% 0.76% -
XYZ 27.56 15.86 22.03 -
YUV 105.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 194 56 128 0 0.71 0.34 0.24 328.7 0.55 0.49
Hex C2 38 80 0 47 22 18 149 37 31
Octal 302 70 200 0 107 42 30 511 67 61
Binary 11000010 111000 10000000 0 1000111 100010 11000 101001001 110111 110001

Color Harmonies of #C23880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23880

Black with #C23880

Text Example


Text Example

White with #C23880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23880; }

 p { color: rgb(194,56,128); }

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

background-color css

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

 a { background-color: rgb(194,56,128); }

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

border-color css

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

 span { border-color: rgb(194,56,128); }

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