Html Css Color HEX #C23275 Medium Red Violet

📋 copy color: '#C23275'

red 194 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #C23275

Tints of Medium Red Violet #C23275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 53.74%
G = 13.85%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23275 (or 0xC23275) is known color: Medium Red Violet. HEX triplet: C2, 32 and 75. RGB value is (194,50,117). Sum of RGB (Red+Green+Blue) = 194+50+117=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23275 is #3DCD8A. Grayscale: #646464. Windows color (decimal): -4050315 or 7680706. OLE color: 7680706.

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

Color convert

RGB 194 50 117 -
CMYK 0 0.74 0.40 0.24
HSL 332.08º 0.59% 0.48% -
HSV(B) 332.08º 0.74% 0.76% -
XYZ 26.6 15.03 18.33 -
YUV 100.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 194 50 117 0 0.74 0.40 0.24 332.08 0.59 0.48
Hex C2 32 75 0 4A 28 18 14C 3B 30
Octal 302 62 165 0 112 50 30 514 73 60
Binary 11000010 110010 1110101 0 1001010 101000 11000 101001100 111011 110000

Color Harmonies of #C23275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23275

Black with #C23275

Text Example


Text Example

White with #C23275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23275; }

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

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

background-color css

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

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

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

border-color css

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

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

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