Html Css Color HEX #CC248D Medium Violet Red

📋 copy color: '#CC248D'

red 204 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #CC248D

Tints of Medium Violet Red #CC248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 53.54%
G = 9.45%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC248D (or 0xCC248D) is known color: Medium Violet Red. HEX triplet: CC, 24 and 8D. RGB value is (204,36,141). Sum of RGB (Red+Green+Blue) = 204+36+141=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC248D is #33DB72. Grayscale: #616161. Windows color (decimal): -3398515 or 9249996. OLE color: 9249996.

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

Color convert

RGB 204 36 141 -
CMYK 0 0.82 0.31 0.2
HSL 322.5º 0.7% 0.47% -
HSV(B) 322.5º 0.82% 0.8% -
XYZ 30.34 16.02 26.69 -
YUV 98.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 204 36 141 0 0.82 0.31 0.2 322.5 0.7 0.47
Hex CC 24 8D 0 52 1F 14 142 46 2F
Octal 314 44 215 0 122 37 24 502 106 57
Binary 11001100 100100 10001101 0 1010010 11111 10100 101000010 1000110 101111

Color Harmonies of #CC248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC248D

Black with #CC248D

Text Example


Text Example

White with #CC248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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