Html Css Color HEX #C23675 Medium Red Violet

📋 copy color: '#C23675'

red 194 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #C23675

Tints of Medium Red Violet #C23675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

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

R = 53.15%
G = 14.79%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23675 (or 0xC23675) is known color: Medium Red Violet. HEX triplet: C2, 36 and 75. RGB value is (194,54,117). Sum of RGB (Red+Green+Blue) = 194+54+117=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C23675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23675 is #3DC98A. Grayscale: #666666. Windows color (decimal): -4049291 or 7681730. OLE color: 7681730.

HSL color Cylindrical-coordinate representation of color #C23675: hue angle of 333º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23675 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 54 117 -
CMYK 0 0.72 0.40 0.24
HSL 333º 0.56% 0.49% -
HSV(B) 333º 0.72% 0.76% -
XYZ 26.78 15.39 18.39 -
YUV 103.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 194 54 117 0 0.72 0.40 0.24 333 0.56 0.49
Hex C2 36 75 0 48 28 18 14D 38 31
Octal 302 66 165 0 110 50 30 515 70 61
Binary 11000010 110110 1110101 0 1001000 101000 11000 101001101 111000 110001

Color Harmonies of #C23675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23675

Black with #C23675

Text Example


Text Example

White with #C23675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23675; }

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

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

background-color css

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

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

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

border-color css

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

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

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