Html Css Color HEX #CC249A Medium Violet Red

📋 copy color: '#CC249A'

red 204 ◦ green 36 ◦ blue 154

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

Shades of Medium Violet Red #CC249A

Tints of Medium Violet Red #CC249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 51.78%
G = 9.14%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC249A (or 0xCC249A) is known color: Medium Violet Red. HEX triplet: CC, 24 and 9A. RGB value is (204,36,154). Sum of RGB (Red+Green+Blue) = 204+36+154=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC249A is #33DB65. Grayscale: #636363. Windows color (decimal): -3398502 or 10101964. OLE color: 10101964.

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

Color convert

RGB 204 36 154 -
CMYK 0 0.82 0.25 0.2
HSL 317.86º 0.7% 0.47% -
HSV(B) 317.86º 0.82% 0.8% -
XYZ 31.37 16.43 32.09 -
YUV 99.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 204 36 154 0 0.82 0.25 0.2 317.86 0.7 0.47
Hex CC 24 9A 0 52 19 14 13E 46 2F
Octal 314 44 232 0 122 31 24 476 106 57
Binary 11001100 100100 10011010 0 1010010 11001 10100 100111110 1000110 101111

Color Harmonies of #CC249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC249A

Black with #CC249A

Text Example


Text Example

White with #CC249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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