Html Css Color HEX #CC0598 Medium Violet Red

📋 copy color: '#CC0598'

red 204 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #CC0598

Tints of Medium Violet Red #CC0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 56.51%
G = 1.39%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC0598 (or 0xCC0598) is known color: Medium Violet Red. HEX triplet: CC, 05 and 98. RGB value is (204,5,152). Sum of RGB (Red+Green+Blue) = 204+5+152=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0598 is #33FA67. Grayscale: #505050. Windows color (decimal): -3406440 or 9962956. OLE color: 9962956.

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

Color convert

RGB 204 5 152 -
CMYK 0 0.98 0.25 0.2
HSL 315.68º 0.95% 0.41% -
HSV(B) 315.68º 0.98% 0.8% -
XYZ 30.62 15.21 31.03 -
YUV 81.26 167.93 215.55 -
System Red Green Blue C M Y K H S L
Decimal 204 5 152 0 0.98 0.25 0.2 315.68 0.95 0.41
Hex CC 5 98 0 62 19 14 13C 5F 29
Octal 314 5 230 0 142 31 24 474 137 51
Binary 11001100 101 10011000 0 1100010 11001 10100 100111100 1011111 101001

Color Harmonies of #CC0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0598

Black with #CC0598

Text Example


Text Example

White with #CC0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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