Html Css Color HEX #CC189A Medium Violet Red

📋 copy color: '#CC189A'

red 204 ◦ green 24 ◦ blue 154

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

Shades of Medium Violet Red #CC189A

Tints of Medium Violet Red #CC189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 53.4%
G = 6.28%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC189A (or 0xCC189A) is known color: Medium Violet Red. HEX triplet: CC, 18 and 9A. RGB value is (204,24,154). Sum of RGB (Red+Green+Blue) = 204+24+154=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC189A is #33E765. Grayscale: #5C5C5C. Windows color (decimal): -3401574 or 10098892. OLE color: 10098892.

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

Color convert

RGB 204 24 154 -
CMYK 0 0.88 0.25 0.2
HSL 316.67º 0.79% 0.45% -
HSV(B) 316.67º 0.88% 0.8% -
XYZ 31.06 15.82 31.99 -
YUV 92.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 204 24 154 0 0.88 0.25 0.2 316.67 0.79 0.45
Hex CC 18 9A 0 58 19 14 13D 4F 2D
Octal 314 30 232 0 130 31 24 475 117 55
Binary 11001100 11000 10011010 0 1011000 11001 10100 100111101 1001111 101101

Color Harmonies of #CC189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC189A

Black with #CC189A

Text Example


Text Example

White with #CC189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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