Html Css Color HEX #C23E7E Medium Red Violet

📋 copy color: '#C23E7E'

red 194 ◦ green 62 ◦ blue 126

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

Shades of Medium Red Violet #C23E7E

Tints of Medium Red Violet #C23E7E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.23%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 50.79%
G = 16.23%
B = 32.98%

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

#C23E7E (or 0xC23E7E) is known color: Medium Red Violet. HEX triplet: C2, 3E and 7E. RGB value is (194,62,126). Sum of RGB (Red+Green+Blue) = 194+62+126=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E7E is #3DC181. Grayscale: #6C6C6C. Windows color (decimal): -4047234 or 8273602. OLE color: 8273602.

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

Color convert

RGB 194 62 126 -
CMYK 0 0.68 0.35 0.24
HSL 330.91º 0.52% 0.5% -
HSV(B) 330.91º 0.68% 0.76% -
XYZ 27.74 16.42 21.45 -
YUV 108.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 194 62 126 0 0.68 0.35 0.24 330.91 0.52 0.5
Hex C2 3E 7E 0 44 23 18 14B 34 32
Octal 302 76 176 0 104 43 30 513 64 62
Binary 11000010 111110 1111110 0 1000100 100011 11000 101001011 110100 110010

Color Harmonies of #C23E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E7E

Black with #C23E7E

Text Example


Text Example

White with #C23E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E7E; }

 p { color: rgb(194,62,126); }

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

background-color css

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

 a { background-color: rgb(194,62,126); }

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

border-color css

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

 span { border-color: rgb(194,62,126); }

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