Html Css Color HEX #C23F81 Medium Red Violet

📋 copy color: '#C23F81'

red 194 ◦ green 63 ◦ blue 129

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

Shades of Medium Red Violet #C23F81

Tints of Medium Red Violet #C23F81

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

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

R = 50.26%
G = 16.32%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C23F81 (or 0xC23F81) is known color: Medium Red Violet. HEX triplet: C2, 3F and 81. RGB value is (194,63,129). Sum of RGB (Red+Green+Blue) = 194+63+129=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F81 is #3DC07E. Grayscale: #6D6D6D. Windows color (decimal): -4046975 or 8470466. OLE color: 8470466.

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

Color convert

RGB 194 63 129 -
CMYK 0 0.68 0.34 0.24
HSL 329.77º 0.52% 0.5% -
HSV(B) 329.77º 0.68% 0.76% -
XYZ 27.99 16.61 22.5 -
YUV 109.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 194 63 129 0 0.68 0.34 0.24 329.77 0.52 0.5
Hex C2 3F 81 0 44 22 18 14A 34 32
Octal 302 77 201 0 104 42 30 512 64 62
Binary 11000010 111111 10000001 0 1000100 100010 11000 101001010 110100 110010

Color Harmonies of #C23F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F81

Black with #C23F81

Text Example


Text Example

White with #C23F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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