Html Css Color HEX #CC2198 Medium Violet Red

📋 copy color: '#CC2198'

red 204 ◦ green 33 ◦ blue 152

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

Shades of Medium Violet Red #CC2198

Tints of Medium Violet Red #CC2198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.07%

R = 52.44%
G = 8.48%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2198 (or 0xCC2198) is known color: Medium Violet Red. HEX triplet: CC, 21 and 98. RGB value is (204,33,152). Sum of RGB (Red+Green+Blue) = 204+33+152=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2198 is #33DE67. Grayscale: #616161. Windows color (decimal): -3399272 or 9970124. OLE color: 9970124.

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

Color convert

RGB 204 33 152 -
CMYK 0 0.84 0.25 0.2
HSL 318.25º 0.72% 0.46% -
HSV(B) 318.25º 0.84% 0.8% -
XYZ 31.11 16.19 31.19 -
YUV 97.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 204 33 152 0 0.84 0.25 0.2 318.25 0.72 0.46
Hex CC 21 98 0 54 19 14 13E 48 2E
Octal 314 41 230 0 124 31 24 476 110 56
Binary 11001100 100001 10011000 0 1010100 11001 10100 100111110 1001000 101110

Color Harmonies of #CC2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2198

Black with #CC2198

Text Example


Text Example

White with #CC2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2198; }

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

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

background-color css

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

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

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

border-color css

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

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

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