Html Css Color HEX #CC2598 Medium Violet Red

📋 copy color: '#CC2598'

red 204 ◦ green 37 ◦ blue 152

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

Shades of Medium Violet Red #CC2598

Tints of Medium Violet Red #CC2598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 51.91%
G = 9.41%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2598 (or 0xCC2598) is known color: Medium Violet Red. HEX triplet: CC, 25 and 98. RGB value is (204,37,152). Sum of RGB (Red+Green+Blue) = 204+37+152=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2598 is #33DA67. Grayscale: #636363. Windows color (decimal): -3398248 or 9971148. OLE color: 9971148.

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

Color convert

RGB 204 37 152 -
CMYK 0 0.82 0.25 0.2
HSL 318.68º 0.69% 0.47% -
HSV(B) 318.68º 0.82% 0.8% -
XYZ 31.23 16.43 31.23 -
YUV 100.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 204 37 152 0 0.82 0.25 0.2 318.68 0.69 0.47
Hex CC 25 98 0 52 19 14 13F 45 2F
Octal 314 45 230 0 122 31 24 477 105 57
Binary 11001100 100101 10011000 0 1010010 11001 10100 100111111 1000101 101111

Color Harmonies of #CC2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2598

Black with #CC2598

Text Example


Text Example

White with #CC2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2598; }

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

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

background-color css

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

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

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

border-color css

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

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

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