Html Css Color HEX #CC168B Medium Violet Red

📋 copy color: '#CC168B'

red 204 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #CC168B

Tints of Medium Violet Red #CC168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 55.89%
G = 6.03%
B = 38.08%

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

#CC168B (or 0xCC168B) is known color: Medium Violet Red. HEX triplet: CC, 16 and 8B. RGB value is (204,22,139). Sum of RGB (Red+Green+Blue) = 204+22+139=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC168B is #33E974. Grayscale: #595959. Windows color (decimal): -3402101 or 9115340. OLE color: 9115340.

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

Color convert

RGB 204 22 139 -
CMYK 0 0.89 0.32 0.2
HSL 321.43º 0.81% 0.44% -
HSV(B) 321.43º 0.89% 0.8% -
XYZ 29.85 15.28 25.8 -
YUV 89.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 204 22 139 0 0.89 0.32 0.2 321.43 0.81 0.44
Hex CC 16 8B 0 59 20 14 141 51 2C
Octal 314 26 213 0 131 40 24 501 121 54
Binary 11001100 10110 10001011 0 1011001 100000 10100 101000001 1010001 101100

Color Harmonies of #CC168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC168B

Black with #CC168B

Text Example


Text Example

White with #CC168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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