Html Css Color HEX #C23F7F Medium Red Violet

📋 copy color: '#C23F7F'

red 194 ◦ green 63 ◦ blue 127

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

Shades of Medium Red Violet #C23F7F

Tints of Medium Red Violet #C23F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 50.52%
G = 16.41%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C23F7F (or 0xC23F7F) is known color: Medium Red Violet. HEX triplet: C2, 3F and 7F. RGB value is (194,63,127). Sum of RGB (Red+Green+Blue) = 194+63+127=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F7F is #3DC080. Grayscale: #6D6D6D. Windows color (decimal): -4046977 or 8339394. OLE color: 8339394.

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

Color convert

RGB 194 63 127 -
CMYK 0 0.68 0.35 0.24
HSL 330.69º 0.52% 0.5% -
HSV(B) 330.69º 0.68% 0.76% -
XYZ 27.86 16.56 21.81 -
YUV 109.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 194 63 127 0 0.68 0.35 0.24 330.69 0.52 0.5
Hex C2 3F 7F 0 44 23 18 14B 34 32
Octal 302 77 177 0 104 43 30 513 64 62
Binary 11000010 111111 1111111 0 1000100 100011 11000 101001011 110100 110010

Color Harmonies of #C23F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F7F

Black with #C23F7F

Text Example


Text Example

White with #C23F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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