Html Css Color HEX #CC188A Medium Violet Red

📋 copy color: '#CC188A'

red 204 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #CC188A

Tints of Medium Violet Red #CC188A

RGB

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

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

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

R = 55.74%
G = 6.56%
B = 37.7%

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

#CC188A (or 0xCC188A) is known color: Medium Violet Red. HEX triplet: CC, 18 and 8A. RGB value is (204,24,138). Sum of RGB (Red+Green+Blue) = 204+24+138=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC188A is #33E775. Grayscale: #5A5A5A. Windows color (decimal): -3401590 or 9050316. OLE color: 9050316.

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

Color convert

RGB 204 24 138 -
CMYK 0 0.88 0.32 0.2
HSL 322º 0.79% 0.45% -
HSV(B) 322º 0.88% 0.8% -
XYZ 29.82 15.33 25.43 -
YUV 90.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 204 24 138 0 0.88 0.32 0.2 322 0.79 0.45
Hex CC 18 8A 0 58 20 14 142 4F 2D
Octal 314 30 212 0 130 40 24 502 117 55
Binary 11001100 11000 10001010 0 1011000 100000 10100 101000010 1001111 101101

Color Harmonies of #CC188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC188A

Black with #CC188A

Text Example


Text Example

White with #CC188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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