Html Css Color HEX #CC339C Medium Red Violet

📋 copy color: '#CC339C'

red 204 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #CC339C

Tints of Medium Red Violet #CC339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 49.64%
G = 12.41%
B = 37.96%

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

#CC339C (or 0xCC339C) is known color: Medium Red Violet. HEX triplet: CC, 33 and 9C. RGB value is (204,51,156). Sum of RGB (Red+Green+Blue) = 204+51+156=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC339C is #33CC63. Grayscale: #6C6C6C. Windows color (decimal): -3394660 or 10236876. OLE color: 10236876.

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

Color convert

RGB 204 51 156 -
CMYK 0 0.75 0.24 0.2
HSL 318.82º 0.6% 0.5% -
HSV(B) 318.82º 0.75% 0.8% -
XYZ 32.09 17.61 33.16 -
YUV 108.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 204 51 156 0 0.75 0.24 0.2 318.82 0.6 0.5
Hex CC 33 9C 0 4B 18 14 13F 3C 32
Octal 314 63 234 0 113 30 24 477 74 62
Binary 11001100 110011 10011100 0 1001011 11000 10100 100111111 111100 110010

Color Harmonies of #CC339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC339C

Black with #CC339C

Text Example


Text Example

White with #CC339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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