Html Css Color HEX #CC247B Medium Violet Red

📋 copy color: '#CC247B'

red 204 ◦ green 36 ◦ blue 123

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

Shades of Medium Violet Red #CC247B

Tints of Medium Violet Red #CC247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 56.2%
G = 9.92%
B = 33.88%

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

#CC247B (or 0xCC247B) is known color: Medium Violet Red. HEX triplet: CC, 24 and 7B. RGB value is (204,36,123). Sum of RGB (Red+Green+Blue) = 204+36+123=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC247B is #33DB84. Grayscale: #5F5F5F. Windows color (decimal): -3398533 or 8070348. OLE color: 8070348.

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

Color convert

RGB 204 36 123 -
CMYK 0 0.82 0.40 0.2
HSL 328.93º 0.7% 0.47% -
HSV(B) 328.93º 0.82% 0.8% -
XYZ 29.11 15.53 20.2 -
YUV 96.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 204 36 123 0 0.82 0.40 0.2 328.93 0.7 0.47
Hex CC 24 7B 0 52 28 14 149 46 2F
Octal 314 44 173 0 122 50 24 511 106 57
Binary 11001100 100100 1111011 0 1010010 101000 10100 101001001 1000110 101111

Color Harmonies of #CC247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC247B

Black with #CC247B

Text Example


Text Example

White with #CC247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC247B; }

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

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

background-color css

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

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

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

border-color css

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

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

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