Html Css Color HEX #CC249C Medium Violet Red

📋 copy color: '#CC249C'

red 204 ◦ green 36 ◦ blue 156

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

Shades of Medium Violet Red #CC249C

Tints of Medium Violet Red #CC249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 51.52%
G = 9.09%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC249C (or 0xCC249C) is known color: Medium Violet Red. HEX triplet: CC, 24 and 9C. RGB value is (204,36,156). Sum of RGB (Red+Green+Blue) = 204+36+156=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC249C is #33DB63. Grayscale: #636363. Windows color (decimal): -3398500 or 10233036. OLE color: 10233036.

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

Color convert

RGB 204 36 156 -
CMYK 0 0.82 0.24 0.2
HSL 317.14º 0.7% 0.47% -
HSV(B) 317.14º 0.82% 0.8% -
XYZ 31.53 16.5 32.98 -
YUV 99.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 204 36 156 0 0.82 0.24 0.2 317.14 0.7 0.47
Hex CC 24 9C 0 52 18 14 13D 46 2F
Octal 314 44 234 0 122 30 24 475 106 57
Binary 11001100 100100 10011100 0 1010010 11000 10100 100111101 1000110 101111

Color Harmonies of #CC249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC249C

Black with #CC249C

Text Example


Text Example

White with #CC249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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