Html Css Color HEX #C2327B Medium Red Violet

📋 copy color: '#C2327B'

red 194 ◦ green 50 ◦ blue 123

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

Shades of Medium Red Violet #C2327B

Tints of Medium Red Violet #C2327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 52.86%
G = 13.62%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2327B (or 0xC2327B) is known color: Medium Red Violet. HEX triplet: C2, 32 and 7B. RGB value is (194,50,123). Sum of RGB (Red+Green+Blue) = 194+50+123=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2327B is #3DCD84. Grayscale: #656565. Windows color (decimal): -4050309 or 8073922. OLE color: 8073922.

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

Color convert

RGB 194 50 123 -
CMYK 0 0.74 0.37 0.24
HSL 329.58º 0.59% 0.48% -
HSV(B) 329.58º 0.74% 0.76% -
XYZ 26.96 15.18 20.25 -
YUV 101.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 194 50 123 0 0.74 0.37 0.24 329.58 0.59 0.48
Hex C2 32 7B 0 4A 25 18 14A 3B 30
Octal 302 62 173 0 112 45 30 512 73 60
Binary 11000010 110010 1111011 0 1001010 100101 11000 101001010 111011 110000

Color Harmonies of #C2327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2327B

Black with #C2327B

Text Example


Text Example

White with #C2327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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