Html Css Color HEX #CC339D Medium Red Violet

📋 copy color: '#CC339D'

red 204 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #CC339D

Tints of Medium Red Violet #CC339D

RGB

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

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

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

R = 49.51%
G = 12.38%
B = 38.11%

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

#CC339D (or 0xCC339D) is known color: Medium Red Violet. HEX triplet: CC, 33 and 9D. RGB value is (204,51,157). Sum of RGB (Red+Green+Blue) = 204+51+157=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC339D is #33CC62. Grayscale: #6C6C6C. Windows color (decimal): -3394659 or 10302412. OLE color: 10302412.

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

Color convert

RGB 204 51 157 -
CMYK 0 0.75 0.23 0.2
HSL 318.43º 0.6% 0.5% -
HSV(B) 318.43º 0.75% 0.8% -
XYZ 32.17 17.64 33.61 -
YUV 108.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 204 51 157 0 0.75 0.23 0.2 318.43 0.6 0.5
Hex CC 33 9D 0 4B 17 14 13E 3C 32
Octal 314 63 235 0 113 27 24 476 74 62
Binary 11001100 110011 10011101 0 1001011 10111 10100 100111110 111100 110010

Color Harmonies of #CC339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC339D

Black with #CC339D

Text Example


Text Example

White with #CC339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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