Html Css Color HEX #CC248A Medium Violet Red

📋 copy color: '#CC248A'

red 204 ◦ green 36 ◦ blue 138

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

Shades of Medium Violet Red #CC248A

Tints of Medium Violet Red #CC248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 53.97%
G = 9.52%
B = 36.51%

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

#CC248A (or 0xCC248A) is known color: Medium Violet Red. HEX triplet: CC, 24 and 8A. RGB value is (204,36,138). Sum of RGB (Red+Green+Blue) = 204+36+138=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC248A is #33DB75. Grayscale: #616161. Windows color (decimal): -3398518 or 9053388. OLE color: 9053388.

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

Color convert

RGB 204 36 138 -
CMYK 0 0.82 0.32 0.2
HSL 323.57º 0.7% 0.47% -
HSV(B) 323.57º 0.82% 0.8% -
XYZ 30.12 15.93 25.53 -
YUV 97.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 204 36 138 0 0.82 0.32 0.2 323.57 0.7 0.47
Hex CC 24 8A 0 52 20 14 144 46 2F
Octal 314 44 212 0 122 40 24 504 106 57
Binary 11001100 100100 10001010 0 1010010 100000 10100 101000100 1000110 101111

Color Harmonies of #CC248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC248A

Black with #CC248A

Text Example


Text Example

White with #CC248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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