Html Css Color HEX #CC168F Medium Violet Red

📋 copy color: '#CC168F'

red 204 ◦ green 22 ◦ blue 143

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

Shades of Medium Violet Red #CC168F

Tints of Medium Violet Red #CC168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 55.28%
G = 5.96%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC168F (or 0xCC168F) is known color: Medium Violet Red. HEX triplet: CC, 16 and 8F. RGB value is (204,22,143). Sum of RGB (Red+Green+Blue) = 204+22+143=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC168F is #33E970. Grayscale: #595959. Windows color (decimal): -3402097 or 9377484. OLE color: 9377484.

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

Color convert

RGB 204 22 143 -
CMYK 0 0.89 0.30 0.2
HSL 320.11º 0.81% 0.44% -
HSV(B) 320.11º 0.89% 0.8% -
XYZ 30.15 15.39 27.37 -
YUV 90.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 204 22 143 0 0.89 0.30 0.2 320.11 0.81 0.44
Hex CC 16 8F 0 59 1E 14 140 51 2C
Octal 314 26 217 0 131 36 24 500 121 54
Binary 11001100 10110 10001111 0 1011001 11110 10100 101000000 1010001 101100

Color Harmonies of #CC168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC168F

Black with #CC168F

Text Example


Text Example

White with #CC168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC168F; }

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

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

background-color css

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

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

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

border-color css

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

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

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