Html Css Color HEX #CC147F Medium Violet Red

📋 copy color: '#CC147F'

red 204 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #CC147F

Tints of Medium Violet Red #CC147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 58.12%
G = 5.7%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC147F (or 0xCC147F) is known color: Medium Violet Red. HEX triplet: CC, 14 and 7F. RGB value is (204,20,127). Sum of RGB (Red+Green+Blue) = 204+20+127=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC147F is #33EB80. Grayscale: #565656. Windows color (decimal): -3402625 or 8328396. OLE color: 8328396.

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

Color convert

RGB 204 20 127 -
CMYK 0 0.90 0.38 0.2
HSL 325.11º 0.82% 0.44% -
HSV(B) 325.11º 0.9% 0.8% -
XYZ 28.98 14.87 21.42 -
YUV 87.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 204 20 127 0 0.90 0.38 0.2 325.11 0.82 0.44
Hex CC 14 7F 0 5A 26 14 145 52 2C
Octal 314 24 177 0 132 46 24 505 122 54
Binary 11001100 10100 1111111 0 1011010 100110 10100 101000101 1010010 101100

Color Harmonies of #CC147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC147F

Black with #CC147F

Text Example


Text Example

White with #CC147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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