Html Css Color HEX #CC248F Medium Violet Red

📋 copy color: '#CC248F'

red 204 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #CC248F

Tints of Medium Violet Red #CC248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 53.26%
G = 9.4%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC248F (or 0xCC248F) is known color: Medium Violet Red. HEX triplet: CC, 24 and 8F. RGB value is (204,36,143). Sum of RGB (Red+Green+Blue) = 204+36+143=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC248F is #33DB70. Grayscale: #626262. Windows color (decimal): -3398513 or 9381068. OLE color: 9381068.

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

Color convert

RGB 204 36 143 -
CMYK 0 0.82 0.30 0.2
HSL 321.79º 0.7% 0.47% -
HSV(B) 321.79º 0.82% 0.8% -
XYZ 30.49 16.08 27.48 -
YUV 98.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 204 36 143 0 0.82 0.30 0.2 321.79 0.7 0.47
Hex CC 24 8F 0 52 1E 14 142 46 2F
Octal 314 44 217 0 122 36 24 502 106 57
Binary 11001100 100100 10001111 0 1010010 11110 10100 101000010 1000110 101111

Color Harmonies of #CC248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC248F

Black with #CC248F

Text Example


Text Example

White with #CC248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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