Html Css Color HEX #CC249D Medium Violet Red

📋 copy color: '#CC249D'

red 204 ◦ green 36 ◦ blue 157

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

Shades of Medium Violet Red #CC249D

Tints of Medium Violet Red #CC249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 51.39%
G = 9.07%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC249D (or 0xCC249D) is known color: Medium Violet Red. HEX triplet: CC, 24 and 9D. RGB value is (204,36,157). Sum of RGB (Red+Green+Blue) = 204+36+157=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC249D is #33DB62. Grayscale: #636363. Windows color (decimal): -3398499 or 10298572. OLE color: 10298572.

HSL color Cylindrical-coordinate representation of color #CC249D: hue angle of 316.79º degrees, saturation: 0.7, 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 #CC249D is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 157 -
CMYK 0 0.82 0.23 0.2
HSL 316.79º 0.7% 0.47% -
HSV(B) 316.79º 0.82% 0.8% -
XYZ 31.62 16.53 33.42 -
YUV 100.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 204 36 157 0 0.82 0.23 0.2 316.79 0.7 0.47
Hex CC 24 9D 0 52 17 14 13D 46 2F
Octal 314 44 235 0 122 27 24 475 106 57
Binary 11001100 100100 10011101 0 1010010 10111 10100 100111101 1000110 101111

Color Harmonies of #CC249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC249D

Black with #CC249D

Text Example


Text Example

White with #CC249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC249D; }

 p { color: rgb(204,36,157); }

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

background-color css

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

 a { background-color: rgb(204,36,157); }

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

border-color css

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

 span { border-color: rgb(204,36,157); }

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