Html Css Color HEX #CC169A Medium Violet Red

📋 copy color: '#CC169A'

red 204 ◦ green 22 ◦ blue 154

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

Shades of Medium Violet Red #CC169A

Tints of Medium Violet Red #CC169A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 53.68%
G = 5.79%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC169A (or 0xCC169A) is known color: Medium Violet Red. HEX triplet: CC, 16 and 9A. RGB value is (204,22,154). Sum of RGB (Red+Green+Blue) = 204+22+154=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC169A is #33E965. Grayscale: #5B5B5B. Windows color (decimal): -3402086 or 10098380. OLE color: 10098380.

HSL color Cylindrical-coordinate representation of color #CC169A: hue angle of 316.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC169A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 154 -
CMYK 0 0.89 0.25 0.2
HSL 316.48º 0.81% 0.44% -
HSV(B) 316.48º 0.89% 0.8% -
XYZ 31.02 15.74 31.98 -
YUV 91.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 204 22 154 0 0.89 0.25 0.2 316.48 0.81 0.44
Hex CC 16 9A 0 59 19 14 13C 51 2C
Octal 314 26 232 0 131 31 24 474 121 54
Binary 11001100 10110 10011010 0 1011001 11001 10100 100111100 1010001 101100

Color Harmonies of #CC169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC169A

Black with #CC169A

Text Example


Text Example

White with #CC169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC169A; }

 p { color: rgb(204,22,154); }

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

background-color css

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

 a { background-color: rgb(204,22,154); }

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

border-color css

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

 span { border-color: rgb(204,22,154); }

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