Html Css Color HEX #CC168D Medium Violet Red

📋 copy color: '#CC168D'

red 204 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #CC168D

Tints of Medium Violet Red #CC168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 55.59%
G = 5.99%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC168D (or 0xCC168D) is known color: Medium Violet Red. HEX triplet: CC, 16 and 8D. RGB value is (204,22,141). Sum of RGB (Red+Green+Blue) = 204+22+141=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC168D is #33E972. Grayscale: #595959. Windows color (decimal): -3402099 or 9246412. OLE color: 9246412.

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

Color convert

RGB 204 22 141 -
CMYK 0 0.89 0.31 0.2
HSL 320.77º 0.81% 0.44% -
HSV(B) 320.77º 0.89% 0.8% -
XYZ 30 15.33 26.58 -
YUV 89.98 156.8 209.32 -
System Red Green Blue C M Y K H S L
Decimal 204 22 141 0 0.89 0.31 0.2 320.77 0.81 0.44
Hex CC 16 8D 0 59 1F 14 141 51 2C
Octal 314 26 215 0 131 37 24 501 121 54
Binary 11001100 10110 10001101 0 1011001 11111 10100 101000001 1010001 101100

Color Harmonies of #CC168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC168D

Black with #CC168D

Text Example


Text Example

White with #CC168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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