Html Css Color HEX #CC199B Medium Violet Red

📋 copy color: '#CC199B'

red 204 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #CC199B

Tints of Medium Violet Red #CC199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.51%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 53.13%
G = 6.51%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC199B (or 0xCC199B) is known color: Medium Violet Red. HEX triplet: CC, 19 and 9B. RGB value is (204,25,155). Sum of RGB (Red+Green+Blue) = 204+25+155=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC199B is #33E664. Grayscale: #5C5C5C. Windows color (decimal): -3401317 or 10164684. OLE color: 10164684.

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

Color convert

RGB 204 25 155 -
CMYK 0 0.88 0.24 0.2
HSL 316.42º 0.78% 0.45% -
HSV(B) 316.42º 0.88% 0.8% -
XYZ 31.17 15.9 32.44 -
YUV 93.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 204 25 155 0 0.88 0.24 0.2 316.42 0.78 0.45
Hex CC 19 9B 0 58 18 14 13C 4E 2D
Octal 314 31 233 0 130 30 24 474 116 55
Binary 11001100 11001 10011011 0 1011000 11000 10100 100111100 1001110 101101

Color Harmonies of #CC199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC199B

Black with #CC199B

Text Example


Text Example

White with #CC199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC199B; }

 p { color: rgb(204,25,155); }

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

background-color css

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

 a { background-color: rgb(204,25,155); }

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

border-color css

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

 span { border-color: rgb(204,25,155); }

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