Html Css Color HEX #C23281 Medium Red Violet

📋 copy color: '#C23281'

red 194 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #C23281

Tints of Medium Red Violet #C23281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 52.01%
G = 13.4%
B = 34.58%

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

#C23281 (or 0xC23281) is known color: Medium Red Violet. HEX triplet: C2, 32 and 81. RGB value is (194,50,129). Sum of RGB (Red+Green+Blue) = 194+50+129=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C23281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23281 is #3DCD7E. Grayscale: #656565. Windows color (decimal): -4050303 or 8467138. OLE color: 8467138.

HSL color Cylindrical-coordinate representation of color #C23281: hue angle of 327.08º 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 #C23281 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 129 -
CMYK 0 0.74 0.34 0.24
HSL 327.08º 0.59% 0.48% -
HSV(B) 327.08º 0.74% 0.76% -
XYZ 27.35 15.34 22.29 -
YUV 102.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 194 50 129 0 0.74 0.34 0.24 327.08 0.59 0.48
Hex C2 32 81 0 4A 22 18 147 3B 30
Octal 302 62 201 0 112 42 30 507 73 60
Binary 11000010 110010 10000001 0 1001010 100010 11000 101000111 111011 110000

Color Harmonies of #C23281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23281

Black with #C23281

Text Example


Text Example

White with #C23281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23281; }

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

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

background-color css

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

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

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

border-color css

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

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

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