Html Css Color HEX #CC319C Medium Red Violet

📋 copy color: '#CC319C'

red 204 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #CC319C

Tints of Medium Red Violet #CC319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

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

R = 49.88%
G = 11.98%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC319C (or 0xCC319C) is known color: Medium Red Violet. HEX triplet: CC, 31 and 9C. RGB value is (204,49,156). Sum of RGB (Red+Green+Blue) = 204+49+156=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC319C is #33CE63. Grayscale: #6B6B6B. Windows color (decimal): -3395172 or 10236364. OLE color: 10236364.

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

Color convert

RGB 204 49 156 -
CMYK 0 0.76 0.24 0.2
HSL 318.58º 0.61% 0.5% -
HSV(B) 318.58º 0.76% 0.8% -
XYZ 32 17.43 33.13 -
YUV 107.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 204 49 156 0 0.76 0.24 0.2 318.58 0.61 0.5
Hex CC 31 9C 0 4C 18 14 13F 3D 32
Octal 314 61 234 0 114 30 24 477 75 62
Binary 11001100 110001 10011100 0 1001100 11000 10100 100111111 111101 110010

Color Harmonies of #CC319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC319C

Black with #CC319C

Text Example


Text Example

White with #CC319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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