Html Css Color HEX #C23276 Medium Red Violet

📋 copy color: '#C23276'

red 194 ◦ green 50 ◦ blue 118

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

Shades of Medium Red Violet #C23276

Tints of Medium Red Violet #C23276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 53.59%
G = 13.81%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C23276 (or 0xC23276) is known color: Medium Red Violet. HEX triplet: C2, 32 and 76. RGB value is (194,50,118). Sum of RGB (Red+Green+Blue) = 194+50+118=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23276 is #3DCD89. Grayscale: #646464. Windows color (decimal): -4050314 or 7746242. OLE color: 7746242.

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

Color convert

RGB 194 50 118 -
CMYK 0 0.74 0.39 0.24
HSL 331.67º 0.59% 0.48% -
HSV(B) 331.67º 0.74% 0.76% -
XYZ 26.66 15.06 18.64 -
YUV 100.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 194 50 118 0 0.74 0.39 0.24 331.67 0.59 0.48
Hex C2 32 76 0 4A 27 18 14C 3B 30
Octal 302 62 166 0 112 47 30 514 73 60
Binary 11000010 110010 1110110 0 1001010 100111 11000 101001100 111011 110000

Color Harmonies of #C23276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23276

Black with #C23276

Text Example


Text Example

White with #C23276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23276; }

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

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

background-color css

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

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

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

border-color css

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

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

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