Html Css Color HEX #C2326E Medium Red Violet

📋 copy color: '#C2326E'

red 194 ◦ green 50 ◦ blue 110

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

Shades of Medium Red Violet #C2326E

Tints of Medium Red Violet #C2326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 54.8%
G = 14.12%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2326E (or 0xC2326E) is known color: Medium Red Violet. HEX triplet: C2, 32 and 6E. RGB value is (194,50,110). Sum of RGB (Red+Green+Blue) = 194+50+110=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2326E is #3DCD91. Grayscale: #636363. Windows color (decimal): -4050322 or 7221954. OLE color: 7221954.

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

Color convert

RGB 194 50 110 -
CMYK 0 0.74 0.43 0.24
HSL 335º 0.59% 0.48% -
HSV(B) 335º 0.74% 0.76% -
XYZ 26.2 14.88 16.24 -
YUV 99.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 194 50 110 0 0.74 0.43 0.24 335 0.59 0.48
Hex C2 32 6E 0 4A 2B 18 14F 3B 30
Octal 302 62 156 0 112 53 30 517 73 60
Binary 11000010 110010 1101110 0 1001010 101011 11000 101001111 111011 110000

Color Harmonies of #C2326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2326E

Black with #C2326E

Text Example


Text Example

White with #C2326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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