Html Css Color HEX #CC247A Medium Violet Red

📋 copy color: '#CC247A'

red 204 ◦ green 36 ◦ blue 122

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

Shades of Medium Violet Red #CC247A

Tints of Medium Violet Red #CC247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 56.35%
G = 9.94%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC247A (or 0xCC247A) is known color: Medium Violet Red. HEX triplet: CC, 24 and 7A. RGB value is (204,36,122). Sum of RGB (Red+Green+Blue) = 204+36+122=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC247A is #33DB85. Grayscale: #5F5F5F. Windows color (decimal): -3398534 or 8004812. OLE color: 8004812.

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

Color convert

RGB 204 36 122 -
CMYK 0 0.82 0.40 0.2
HSL 329.29º 0.7% 0.47% -
HSV(B) 329.29º 0.82% 0.8% -
XYZ 29.05 15.5 19.87 -
YUV 96.04 142.66 205.01 -
System Red Green Blue C M Y K H S L
Decimal 204 36 122 0 0.82 0.40 0.2 329.29 0.7 0.47
Hex CC 24 7A 0 52 28 14 149 46 2F
Octal 314 44 172 0 122 50 24 511 106 57
Binary 11001100 100100 1111010 0 1010010 101000 10100 101001001 1000110 101111

Color Harmonies of #CC247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC247A

Black with #CC247A

Text Example


Text Example

White with #CC247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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