Html Css Color HEX #CC319B Medium Red Violet

📋 copy color: '#CC319B'

red 204 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #CC319B

Tints of Medium Red Violet #CC319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 50%
G = 12.01%
B = 37.99%

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

#CC319B (or 0xCC319B) is known color: Medium Red Violet. HEX triplet: CC, 31 and 9B. RGB value is (204,49,155). Sum of RGB (Red+Green+Blue) = 204+49+155=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC319B is #33CE64. Grayscale: #6B6B6B. Windows color (decimal): -3395173 or 10170828. OLE color: 10170828.

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

Color convert

RGB 204 49 155 -
CMYK 0 0.76 0.24 0.2
HSL 318.97º 0.61% 0.5% -
HSV(B) 318.97º 0.76% 0.8% -
XYZ 31.92 17.4 32.69 -
YUV 107.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 204 49 155 0 0.76 0.24 0.2 318.97 0.61 0.5
Hex CC 31 9B 0 4C 18 14 13F 3D 32
Octal 314 61 233 0 114 30 24 477 75 62
Binary 11001100 110001 10011011 0 1001100 11000 10100 100111111 111101 110010

Color Harmonies of #CC319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC319B

Black with #CC319B

Text Example


Text Example

White with #CC319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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