Html Css Color HEX #CC329C Medium Red Violet

📋 copy color: '#CC329C'

red 204 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #CC329C

Tints of Medium Red Violet #CC329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 49.76%
G = 12.2%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC329C (or 0xCC329C) is known color: Medium Red Violet. HEX triplet: CC, 32 and 9C. RGB value is (204,50,156). Sum of RGB (Red+Green+Blue) = 204+50+156=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC329C is #33CD63. Grayscale: #6B6B6B. Windows color (decimal): -3394916 or 10236620. OLE color: 10236620.

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

Color convert

RGB 204 50 156 -
CMYK 0 0.75 0.24 0.2
HSL 318.7º 0.61% 0.5% -
HSV(B) 318.7º 0.75% 0.8% -
XYZ 32.04 17.52 33.15 -
YUV 108.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 204 50 156 0 0.75 0.24 0.2 318.7 0.61 0.5
Hex CC 32 9C 0 4B 18 14 13F 3D 32
Octal 314 62 234 0 113 30 24 477 75 62
Binary 11001100 110010 10011100 0 1001011 11000 10100 100111111 111101 110010

Color Harmonies of #CC329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC329C

Black with #CC329C

Text Example


Text Example

White with #CC329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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