Html Css Color HEX #CC219D Medium Violet Red

📋 copy color: '#CC219D'

red 204 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #CC219D

Tints of Medium Violet Red #CC219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 51.78%
G = 8.38%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC219D (or 0xCC219D) is known color: Medium Violet Red. HEX triplet: CC, 21 and 9D. RGB value is (204,33,157). Sum of RGB (Red+Green+Blue) = 204+33+157=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC219D is #33DE62. Grayscale: #616161. Windows color (decimal): -3399267 or 10297804. OLE color: 10297804.

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

Color convert

RGB 204 33 157 -
CMYK 0 0.84 0.23 0.2
HSL 316.49º 0.72% 0.46% -
HSV(B) 316.49º 0.84% 0.8% -
XYZ 31.53 16.36 33.39 -
YUV 98.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 204 33 157 0 0.84 0.23 0.2 316.49 0.72 0.46
Hex CC 21 9D 0 54 17 14 13C 48 2E
Octal 314 41 235 0 124 27 24 474 110 56
Binary 11001100 100001 10011101 0 1010100 10111 10100 100111100 1001000 101110

Color Harmonies of #CC219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC219D

Black with #CC219D

Text Example


Text Example

White with #CC219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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