Html Css Color HEX #C23287 Medium Red Violet

📋 copy color: '#C23287'

red 194 ◦ green 50 ◦ blue 135

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

Shades of Medium Red Violet #C23287

Tints of Medium Red Violet #C23287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 51.19%
G = 13.19%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C23287 (or 0xC23287) is known color: Medium Red Violet. HEX triplet: C2, 32 and 87. RGB value is (194,50,135). Sum of RGB (Red+Green+Blue) = 194+50+135=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C23287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23287 is #3DCD78. Grayscale: #666666. Windows color (decimal): -4050297 or 8860354. OLE color: 8860354.

HSL color Cylindrical-coordinate representation of color #C23287: hue angle of 324.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23287 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 135 -
CMYK 0 0.74 0.30 0.24
HSL 324.58º 0.59% 0.48% -
HSV(B) 324.58º 0.74% 0.76% -
XYZ 27.76 15.5 24.45 -
YUV 102.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 194 50 135 0 0.74 0.30 0.24 324.58 0.59 0.48
Hex C2 32 87 0 4A 1E 18 145 3B 30
Octal 302 62 207 0 112 36 30 505 73 60
Binary 11000010 110010 10000111 0 1001010 11110 11000 101000101 111011 110000

Color Harmonies of #C23287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23287

Black with #C23287

Text Example


Text Example

White with #C23287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23287; }

 p { color: rgb(194,50,135); }

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

background-color css

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

 a { background-color: rgb(194,50,135); }

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

border-color css

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

 span { border-color: rgb(194,50,135); }

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