Html Css Color HEX #CC247D Medium Violet Red

📋 copy color: '#CC247D'

red 204 ◦ green 36 ◦ blue 125

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

Shades of Medium Violet Red #CC247D

Tints of Medium Violet Red #CC247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 55.89%
G = 9.86%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC247D (or 0xCC247D) is known color: Medium Violet Red. HEX triplet: CC, 24 and 7D. RGB value is (204,36,125). Sum of RGB (Red+Green+Blue) = 204+36+125=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC247D is #33DB82. Grayscale: #606060. Windows color (decimal): -3398531 or 8201420. OLE color: 8201420.

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

Color convert

RGB 204 36 125 -
CMYK 0 0.82 0.39 0.2
HSL 328.21º 0.7% 0.47% -
HSV(B) 328.21º 0.82% 0.8% -
XYZ 29.23 15.58 20.87 -
YUV 96.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 204 36 125 0 0.82 0.39 0.2 328.21 0.7 0.47
Hex CC 24 7D 0 52 27 14 148 46 2F
Octal 314 44 175 0 122 47 24 510 106 57
Binary 11001100 100100 1111101 0 1010010 100111 10100 101001000 1000110 101111

Color Harmonies of #CC247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC247D

Black with #CC247D

Text Example


Text Example

White with #CC247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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