Html Css Color HEX #CC2798 Medium Violet Red

📋 copy color: '#CC2798'

red 204 ◦ green 39 ◦ blue 152

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

Shades of Medium Violet Red #CC2798

Tints of Medium Violet Red #CC2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.87%

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

R = 51.65%
G = 9.87%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2798 (or 0xCC2798) is known color: Medium Violet Red. HEX triplet: CC, 27 and 98. RGB value is (204,39,152). Sum of RGB (Red+Green+Blue) = 204+39+152=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2798 is #33D867. Grayscale: #646464. Windows color (decimal): -3397736 or 9971660. OLE color: 9971660.

HSL color Cylindrical-coordinate representation of color #CC2798: hue angle of 318.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2798 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 152 -
CMYK 0 0.81 0.25 0.2
HSL 318.91º 0.68% 0.48% -
HSV(B) 318.91º 0.81% 0.8% -
XYZ 31.29 16.56 31.25 -
YUV 101.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 204 39 152 0 0.81 0.25 0.2 318.91 0.68 0.48
Hex CC 27 98 0 51 19 14 13F 44 30
Octal 314 47 230 0 121 31 24 477 104 60
Binary 11001100 100111 10011000 0 1010001 11001 10100 100111111 1000100 110000

Color Harmonies of #CC2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2798

Black with #CC2798

Text Example


Text Example

White with #CC2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2798; }

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

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

background-color css

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

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

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

border-color css

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

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

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