Html Css Color HEX #CC2398 Medium Violet Red

📋 copy color: '#CC2398'

red 204 ◦ green 35 ◦ blue 152

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

Shades of Medium Violet Red #CC2398

Tints of Medium Violet Red #CC2398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.95%

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

R = 52.17%
G = 8.95%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2398 (or 0xCC2398) is known color: Medium Violet Red. HEX triplet: CC, 23 and 98. RGB value is (204,35,152). Sum of RGB (Red+Green+Blue) = 204+35+152=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2398 is #33DC67. Grayscale: #626262. Windows color (decimal): -3398760 or 9970636. OLE color: 9970636.

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

Color convert

RGB 204 35 152 -
CMYK 0 0.83 0.25 0.2
HSL 318.46º 0.71% 0.47% -
HSV(B) 318.46º 0.83% 0.8% -
XYZ 31.17 16.31 31.21 -
YUV 98.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 204 35 152 0 0.83 0.25 0.2 318.46 0.71 0.47
Hex CC 23 98 0 53 19 14 13E 47 2F
Octal 314 43 230 0 123 31 24 476 107 57
Binary 11001100 100011 10011000 0 1010011 11001 10100 100111110 1000111 101111

Color Harmonies of #CC2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2398

Black with #CC2398

Text Example


Text Example

White with #CC2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2398; }

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

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

background-color css

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

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

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

border-color css

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

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

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