Html Css Color HEX #CC146F Medium Violet Red

📋 copy color: '#CC146F'

red 204 ◦ green 20 ◦ blue 111

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

Shades of Medium Violet Red #CC146F

Tints of Medium Violet Red #CC146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 60.9%
G = 5.97%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC146F (or 0xCC146F) is known color: Medium Violet Red. HEX triplet: CC, 14 and 6F. RGB value is (204,20,111). Sum of RGB (Red+Green+Blue) = 204+20+111=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC146F is #33EB90. Grayscale: #555555. Windows color (decimal): -3402641 or 7279820. OLE color: 7279820.

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

Color convert

RGB 204 20 111 -
CMYK 0 0.90 0.46 0.2
HSL 330.33º 0.82% 0.44% -
HSV(B) 330.33º 0.9% 0.8% -
XYZ 28.02 14.49 16.36 -
YUV 85.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 204 20 111 0 0.90 0.46 0.2 330.33 0.82 0.44
Hex CC 14 6F 0 5A 2E 14 14A 52 2C
Octal 314 24 157 0 132 56 24 512 122 54
Binary 11001100 10100 1101111 0 1011010 101110 10100 101001010 1010010 101100

Color Harmonies of #CC146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC146F

Black with #CC146F

Text Example


Text Example

White with #CC146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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