Html Css Color HEX #C23280 Medium Red Violet

📋 copy color: '#C23280'

red 194 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #C23280

Tints of Medium Red Violet #C23280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.44%

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

R = 52.15%
G = 13.44%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C23280 (or 0xC23280) is known color: Medium Red Violet. HEX triplet: C2, 32 and 80. RGB value is (194,50,128). Sum of RGB (Red+Green+Blue) = 194+50+128=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C23280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23280 is #3DCD7F. Grayscale: #656565. Windows color (decimal): -4050304 or 8401602. OLE color: 8401602.

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

Color convert

RGB 194 50 128 -
CMYK 0 0.74 0.34 0.24
HSL 327.5º 0.59% 0.48% -
HSV(B) 327.5º 0.74% 0.76% -
XYZ 27.29 15.31 21.94 -
YUV 101.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 194 50 128 0 0.74 0.34 0.24 327.5 0.59 0.48
Hex C2 32 80 0 4A 22 18 148 3B 30
Octal 302 62 200 0 112 42 30 510 73 60
Binary 11000010 110010 10000000 0 1001010 100010 11000 101001000 111011 110000

Color Harmonies of #C23280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23280

Black with #C23280

Text Example


Text Example

White with #C23280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23280; }

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

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

background-color css

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

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

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

border-color css

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

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

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