Html Css Color HEX #CC249E Medium Violet Red

📋 copy color: '#CC249E'

red 204 ◦ green 36 ◦ blue 158

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

Shades of Medium Violet Red #CC249E

Tints of Medium Violet Red #CC249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 51.26%
G = 9.05%
B = 39.7%

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

#CC249E (or 0xCC249E) is known color: Medium Violet Red. HEX triplet: CC, 24 and 9E. RGB value is (204,36,158). Sum of RGB (Red+Green+Blue) = 204+36+158=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC249E is #33DB61. Grayscale: #636363. Windows color (decimal): -3398498 or 10364108. OLE color: 10364108.

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

Color convert

RGB 204 36 158 -
CMYK 0 0.82 0.23 0.2
HSL 316.43º 0.7% 0.47% -
HSV(B) 316.43º 0.82% 0.8% -
XYZ 31.7 16.57 33.87 -
YUV 100.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 204 36 158 0 0.82 0.23 0.2 316.43 0.7 0.47
Hex CC 24 9E 0 52 17 14 13C 46 2F
Octal 314 44 236 0 122 27 24 474 106 57
Binary 11001100 100100 10011110 0 1010010 10111 10100 100111100 1000110 101111

Color Harmonies of #CC249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC249E

Black with #CC249E

Text Example


Text Example

White with #CC249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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