Html Css Color HEX #CC168A Medium Violet Red

📋 copy color: '#CC168A'

red 204 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #CC168A

Tints of Medium Violet Red #CC168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 56.04%
G = 6.04%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC168A (or 0xCC168A) is known color: Medium Violet Red. HEX triplet: CC, 16 and 8A. RGB value is (204,22,138). Sum of RGB (Red+Green+Blue) = 204+22+138=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC168A is #33E975. Grayscale: #595959. Windows color (decimal): -3402102 or 9049804. OLE color: 9049804.

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

Color convert

RGB 204 22 138 -
CMYK 0 0.89 0.32 0.2
HSL 321.76º 0.81% 0.44% -
HSV(B) 321.76º 0.89% 0.8% -
XYZ 29.78 15.25 25.42 -
YUV 89.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 204 22 138 0 0.89 0.32 0.2 321.76 0.81 0.44
Hex CC 16 8A 0 59 20 14 142 51 2C
Octal 314 26 212 0 131 40 24 502 121 54
Binary 11001100 10110 10001010 0 1011001 100000 10100 101000010 1010001 101100

Color Harmonies of #CC168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC168A

Black with #CC168A

Text Example


Text Example

White with #CC168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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