Html Css Color HEX #CC329D Medium Red Violet

📋 copy color: '#CC329D'

red 204 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #CC329D

Tints of Medium Red Violet #CC329D

RGB

 RED value IS 204 (80.08% from 255) = 49.64%

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 49.64%
G = 12.17%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC329D (or 0xCC329D) is known color: Medium Red Violet. HEX triplet: CC, 32 and 9D. RGB value is (204,50,157). Sum of RGB (Red+Green+Blue) = 204+50+157=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC329D is #33CD62. Grayscale: #6B6B6B. Windows color (decimal): -3394915 or 10302156. OLE color: 10302156.

HSL color Cylindrical-coordinate representation of color #CC329D: hue angle of 318.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC329D is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 157 -
CMYK 0 0.75 0.23 0.2
HSL 318.31º 0.61% 0.5% -
HSV(B) 318.31º 0.75% 0.8% -
XYZ 32.13 17.55 33.59 -
YUV 108.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 204 50 157 0 0.75 0.23 0.2 318.31 0.61 0.5
Hex CC 32 9D 0 4B 17 14 13E 3D 32
Octal 314 62 235 0 113 27 24 476 75 62
Binary 11001100 110010 10011101 0 1001011 10111 10100 100111110 111101 110010

Color Harmonies of #CC329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC329D

Black with #CC329D

Text Example


Text Example

White with #CC329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC329D; }

 p { color: rgb(204,50,157); }

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

background-color css

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

 a { background-color: rgb(204,50,157); }

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

border-color css

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

 span { border-color: rgb(204,50,157); }

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