Html Css Color HEX #CC359C Medium Red Violet

📋 copy color: '#CC359C'

red 204 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #CC359C

Tints of Medium Red Violet #CC359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.83%

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

R = 49.39%
G = 12.83%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC359C (or 0xCC359C) is known color: Medium Red Violet. HEX triplet: CC, 35 and 9C. RGB value is (204,53,156). Sum of RGB (Red+Green+Blue) = 204+53+156=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC359C is #33CA63. Grayscale: #6D6D6D. Windows color (decimal): -3394148 or 10237388. OLE color: 10237388.

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

Color convert

RGB 204 53 156 -
CMYK 0 0.74 0.24 0.2
HSL 319.07º 0.6% 0.5% -
HSV(B) 319.07º 0.74% 0.8% -
XYZ 32.18 17.78 33.19 -
YUV 109.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 204 53 156 0 0.74 0.24 0.2 319.07 0.6 0.5
Hex CC 35 9C 0 4A 18 14 13F 3C 32
Octal 314 65 234 0 112 30 24 477 74 62
Binary 11001100 110101 10011100 0 1001010 11000 10100 100111111 111100 110010

Color Harmonies of #CC359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC359C

Black with #CC359C

Text Example


Text Example

White with #CC359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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