Html Css Color HEX #CC319E Medium Red Violet

📋 copy color: '#CC319E'

red 204 ◦ green 49 ◦ blue 158

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

Shades of Medium Red Violet #CC319E

Tints of Medium Red Violet #CC319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 49.64%
G = 11.92%
B = 38.44%

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

#CC319E (or 0xCC319E) is known color: Medium Red Violet. HEX triplet: CC, 31 and 9E. RGB value is (204,49,158). Sum of RGB (Red+Green+Blue) = 204+49+158=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC319E is #33CE61. Grayscale: #6B6B6B. Windows color (decimal): -3395170 or 10367436. OLE color: 10367436.

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

Color convert

RGB 204 49 158 -
CMYK 0 0.76 0.23 0.2
HSL 317.81º 0.61% 0.5% -
HSV(B) 317.81º 0.76% 0.8% -
XYZ 32.17 17.5 34.03 -
YUV 107.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 204 49 158 0 0.76 0.23 0.2 317.81 0.61 0.5
Hex CC 31 9E 0 4C 17 14 13E 3D 32
Octal 314 61 236 0 114 27 24 476 75 62
Binary 11001100 110001 10011110 0 1001100 10111 10100 100111110 111101 110010

Color Harmonies of #CC319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC319E

Black with #CC319E

Text Example


Text Example

White with #CC319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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