Html Css Color HEX #CC219B Medium Violet Red

📋 copy color: '#CC219B'

red 204 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #CC219B

Tints of Medium Violet Red #CC219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

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

R = 52.04%
G = 8.42%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC219B (or 0xCC219B) is known color: Medium Violet Red. HEX triplet: CC, 21 and 9B. RGB value is (204,33,155). Sum of RGB (Red+Green+Blue) = 204+33+155=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC219B is #33DE64. Grayscale: #616161. Windows color (decimal): -3399269 or 10166732. OLE color: 10166732.

HSL color Cylindrical-coordinate representation of color #CC219B: hue angle of 317.19º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC219B is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 155 -
CMYK 0 0.84 0.24 0.2
HSL 317.19º 0.72% 0.46% -
HSV(B) 317.19º 0.84% 0.8% -
XYZ 31.36 16.29 32.5 -
YUV 98.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 204 33 155 0 0.84 0.24 0.2 317.19 0.72 0.46
Hex CC 21 9B 0 54 18 14 13D 48 2E
Octal 314 41 233 0 124 30 24 475 110 56
Binary 11001100 100001 10011011 0 1010100 11000 10100 100111101 1001000 101110

Color Harmonies of #CC219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC219B

Black with #CC219B

Text Example


Text Example

White with #CC219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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