Html Css Color HEX #C23F7C Medium Red Violet

📋 copy color: '#C23F7C'

red 194 ◦ green 63 ◦ blue 124

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

Shades of Medium Red Violet #C23F7C

Tints of Medium Red Violet #C23F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 50.92%
G = 16.54%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C23F7C (or 0xC23F7C) is known color: Medium Red Violet. HEX triplet: C2, 3F and 7C. RGB value is (194,63,124). Sum of RGB (Red+Green+Blue) = 194+63+124=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F7C is #3DC083. Grayscale: #6D6D6D. Windows color (decimal): -4046980 or 8142786. OLE color: 8142786.

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

Color convert

RGB 194 63 124 -
CMYK 0 0.68 0.36 0.24
HSL 332.06º 0.52% 0.5% -
HSV(B) 332.06º 0.68% 0.76% -
XYZ 27.66 16.48 20.79 -
YUV 109.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 194 63 124 0 0.68 0.36 0.24 332.06 0.52 0.5
Hex C2 3F 7C 0 44 24 18 14C 34 32
Octal 302 77 174 0 104 44 30 514 64 62
Binary 11000010 111111 1111100 0 1000100 100100 11000 101001100 110100 110010

Color Harmonies of #C23F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F7C

Black with #C23F7C

Text Example


Text Example

White with #C23F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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