Html Css Color HEX #C2327D Medium Red Violet

📋 copy color: '#C2327D'

red 194 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #C2327D

Tints of Medium Red Violet #C2327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 52.57%
G = 13.55%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2327D (or 0xC2327D) is known color: Medium Red Violet. HEX triplet: C2, 32 and 7D. RGB value is (194,50,125). Sum of RGB (Red+Green+Blue) = 194+50+125=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2327D is #3DCD82. Grayscale: #656565. Windows color (decimal): -4050307 or 8204994. OLE color: 8204994.

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

Color convert

RGB 194 50 125 -
CMYK 0 0.74 0.36 0.24
HSL 328.75º 0.59% 0.48% -
HSV(B) 328.75º 0.74% 0.76% -
XYZ 27.09 15.23 20.91 -
YUV 101.61 141.21 193.9 -
System Red Green Blue C M Y K H S L
Decimal 194 50 125 0 0.74 0.36 0.24 328.75 0.59 0.48
Hex C2 32 7D 0 4A 24 18 149 3B 30
Octal 302 62 175 0 112 44 30 511 73 60
Binary 11000010 110010 1111101 0 1001010 100100 11000 101001001 111011 110000

Color Harmonies of #C2327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2327D

Black with #C2327D

Text Example


Text Example

White with #C2327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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