Html Css Color HEX #CC319D Medium Red Violet

📋 copy color: '#CC319D'

red 204 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #CC319D

Tints of Medium Red Violet #CC319D

RGB

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

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

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

R = 49.76%
G = 11.95%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC319D (or 0xCC319D) is known color: Medium Red Violet. HEX triplet: CC, 31 and 9D. RGB value is (204,49,157). Sum of RGB (Red+Green+Blue) = 204+49+157=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC319D is #33CE62. Grayscale: #6B6B6B. Windows color (decimal): -3395171 or 10301900. OLE color: 10301900.

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

Color convert

RGB 204 49 157 -
CMYK 0 0.76 0.23 0.2
HSL 318.19º 0.61% 0.5% -
HSV(B) 318.19º 0.76% 0.8% -
XYZ 32.09 17.47 33.58 -
YUV 107.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 204 49 157 0 0.76 0.23 0.2 318.19 0.61 0.5
Hex CC 31 9D 0 4C 17 14 13E 3D 32
Octal 314 61 235 0 114 27 24 476 75 62
Binary 11001100 110001 10011101 0 1001100 10111 10100 100111110 111101 110010

Color Harmonies of #CC319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC319D

Black with #CC319D

Text Example


Text Example

White with #CC319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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