Html Css Color HEX #CC148F Medium Violet Red

📋 copy color: '#CC148F'

red 204 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #CC148F

Tints of Medium Violet Red #CC148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 55.59%
G = 5.45%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC148F (or 0xCC148F) is known color: Medium Violet Red. HEX triplet: CC, 14 and 8F. RGB value is (204,20,143). Sum of RGB (Red+Green+Blue) = 204+20+143=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC148F is #33EB70. Grayscale: #585858. Windows color (decimal): -3402609 or 9376972. OLE color: 9376972.

HSL color Cylindrical-coordinate representation of color #CC148F: hue angle of 319.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC148F is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 143 -
CMYK 0 0.90 0.30 0.2
HSL 319.89º 0.82% 0.44% -
HSV(B) 319.89º 0.9% 0.8% -
XYZ 30.11 15.32 27.36 -
YUV 89.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 204 20 143 0 0.90 0.30 0.2 319.89 0.82 0.44
Hex CC 14 8F 0 5A 1E 14 140 52 2C
Octal 314 24 217 0 132 36 24 500 122 54
Binary 11001100 10100 10001111 0 1011010 11110 10100 101000000 1010010 101100

Color Harmonies of #CC148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC148F

Black with #CC148F

Text Example


Text Example

White with #CC148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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