Html Css Color HEX #CC248B Medium Violet Red

📋 copy color: '#CC248B'

red 204 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #CC248B

Tints of Medium Violet Red #CC248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 53.83%
G = 9.5%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC248B (or 0xCC248B) is known color: Medium Violet Red. HEX triplet: CC, 24 and 8B. RGB value is (204,36,139). Sum of RGB (Red+Green+Blue) = 204+36+139=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC248B is #33DB74. Grayscale: #616161. Windows color (decimal): -3398517 or 9118924. OLE color: 9118924.

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

Color convert

RGB 204 36 139 -
CMYK 0 0.82 0.32 0.2
HSL 323.21º 0.7% 0.47% -
HSV(B) 323.21º 0.82% 0.8% -
XYZ 30.19 15.96 25.92 -
YUV 97.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 204 36 139 0 0.82 0.32 0.2 323.21 0.7 0.47
Hex CC 24 8B 0 52 20 14 143 46 2F
Octal 314 44 213 0 122 40 24 503 106 57
Binary 11001100 100100 10001011 0 1010010 100000 10100 101000011 1000110 101111

Color Harmonies of #CC248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC248B

Black with #CC248B

Text Example


Text Example

White with #CC248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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