Html Css Color HEX #C23288 Medium Red Violet

📋 copy color: '#C23288'

red 194 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #C23288

Tints of Medium Red Violet #C23288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 51.05%
G = 13.16%
B = 35.79%

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

#C23288 (or 0xC23288) is known color: Medium Red Violet. HEX triplet: C2, 32 and 88. RGB value is (194,50,136). Sum of RGB (Red+Green+Blue) = 194+50+136=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23288 is #3DCD77. Grayscale: #666666. Windows color (decimal): -4050296 or 8925890. OLE color: 8925890.

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

Color convert

RGB 194 50 136 -
CMYK 0 0.74 0.30 0.24
HSL 324.17º 0.59% 0.48% -
HSV(B) 324.17º 0.74% 0.76% -
XYZ 27.83 15.53 24.82 -
YUV 102.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 194 50 136 0 0.74 0.30 0.24 324.17 0.59 0.48
Hex C2 32 88 0 4A 1E 18 144 3B 30
Octal 302 62 210 0 112 36 30 504 73 60
Binary 11000010 110010 10001000 0 1001010 11110 11000 101000100 111011 110000

Color Harmonies of #C23288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23288

Black with #C23288

Text Example


Text Example

White with #C23288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23288; }

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

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

background-color css

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

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

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

border-color css

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

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

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