Html Css Color HEX #CC219F Medium Violet Red

📋 copy color: '#CC219F'

red 204 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #CC219F

Tints of Medium Violet Red #CC219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 51.52%
G = 8.33%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC219F (or 0xCC219F) is known color: Medium Violet Red. HEX triplet: CC, 21 and 9F. RGB value is (204,33,159). Sum of RGB (Red+Green+Blue) = 204+33+159=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC219F is #33DE60. Grayscale: #626262. Windows color (decimal): -3399265 or 10428876. OLE color: 10428876.

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

Color convert

RGB 204 33 159 -
CMYK 0 0.84 0.22 0.2
HSL 315.79º 0.72% 0.46% -
HSV(B) 315.79º 0.84% 0.8% -
XYZ 31.7 16.43 34.3 -
YUV 98.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 204 33 159 0 0.84 0.22 0.2 315.79 0.72 0.46
Hex CC 21 9F 0 54 16 14 13C 48 2E
Octal 314 41 237 0 124 26 24 474 110 56
Binary 11001100 100001 10011111 0 1010100 10110 10100 100111100 1001000 101110

Color Harmonies of #CC219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC219F

Black with #CC219F

Text Example


Text Example

White with #CC219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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