Html Css Color HEX #C23A7F Medium Red Violet

📋 copy color: '#C23A7F'

red 194 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #C23A7F

Tints of Medium Red Violet #C23A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

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

R = 51.19%
G = 15.3%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C23A7F (or 0xC23A7F) is known color: Medium Red Violet. HEX triplet: C2, 3A and 7F. RGB value is (194,58,127). Sum of RGB (Red+Green+Blue) = 194+58+127=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A7F is #3DC580. Grayscale: #6A6A6A. Windows color (decimal): -4048257 or 8338114. OLE color: 8338114.

HSL color Cylindrical-coordinate representation of color #C23A7F: hue angle of 329.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A7F is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 127 -
CMYK 0 0.70 0.35 0.24
HSL 329.56º 0.54% 0.49% -
HSV(B) 329.56º 0.7% 0.76% -
XYZ 27.59 16.03 21.72 -
YUV 106.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 194 58 127 0 0.70 0.35 0.24 329.56 0.54 0.49
Hex C2 3A 7F 0 46 23 18 14A 36 31
Octal 302 72 177 0 106 43 30 512 66 61
Binary 11000010 111010 1111111 0 1000110 100011 11000 101001010 110110 110001

Color Harmonies of #C23A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A7F

Black with #C23A7F

Text Example


Text Example

White with #C23A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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