Html Css Color HEX #CC188B Medium Violet Red

📋 copy color: '#CC188B'

red 204 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #CC188B

Tints of Medium Violet Red #CC188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

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

R = 55.59%
G = 6.54%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC188B (or 0xCC188B) is known color: Medium Violet Red. HEX triplet: CC, 18 and 8B. RGB value is (204,24,139). Sum of RGB (Red+Green+Blue) = 204+24+139=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC188B is #33E774. Grayscale: #5A5A5A. Windows color (decimal): -3401589 or 9115852. OLE color: 9115852.

HSL color Cylindrical-coordinate representation of color #CC188B: hue angle of 321.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC188B is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 139 -
CMYK 0 0.88 0.32 0.2
HSL 321.67º 0.79% 0.45% -
HSV(B) 321.67º 0.88% 0.8% -
XYZ 29.89 15.35 25.81 -
YUV 90.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 204 24 139 0 0.88 0.32 0.2 321.67 0.79 0.45
Hex CC 18 8B 0 58 20 14 142 4F 2D
Octal 314 30 213 0 130 40 24 502 117 55
Binary 11001100 11000 10001011 0 1011000 100000 10100 101000010 1001111 101101

Color Harmonies of #CC188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC188B

Black with #CC188B

Text Example


Text Example

White with #CC188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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